Commit bc5acb25 authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

fix: upgrade Go service Docker images to Debian 12 for GLIBC compatibility

parent b6f5b0b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:11.7-slim
FROM debian:12-slim
COPY ./meep-ams /meep-ams
COPY ./api /api
COPY ./user-api /user-api
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:11.7-slim
FROM debian:12-slim
COPY ./meep-app-enablement /meep-app-enablement
COPY ./api /api
COPY ./user-api /user-api
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:11.7-slim
FROM debian:12-slim
COPY ./meep-auth-svc /meep-auth-svc
COPY ./api /api
COPY ./user-api /user-api
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
# limitations under the License.


FROM debian:11.7-slim
FROM debian:12-slim

COPY ./meep-dai /meep-dai
COPY ./api /api
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:11.7-slim
FROM debian:12-slim
COPY ./meep-federation /meep-federation
COPY ./api /api
COPY ./user-api /user-api
Loading