Skip to content

Commit 5a0c72d

Browse files
chore(deps): update gcr.io/distroless/static-debian12:nonroot docker digest to 2b7c93f
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
1 parent 7ac7300 commit 5a0c72d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

interactive_ai/services/media/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
2929
go-licenses save . --save_path /THIRD_PARTY_NOTICES || true
3030

3131
# Production image
32-
FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS runtime
32+
FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS runtime
3333

3434
COPY --link --from=build /build/interactive_ai/service/media_ms .
3535
COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES

platform/services/account/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
3131
go-licenses save . --save_path /THIRD_PARTY_NOTICES || true
3232

3333
# Production image
34-
FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS runtime
34+
FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS runtime
3535

3636
COPY --link --from=build /build/control_plane/account_service/account_service .
3737
COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES

platform/services/auth_proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
2929
go-licenses save . --save_path /THIRD_PARTY_NOTICES || true
3030

3131
# Production image
32-
FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS runtime
32+
FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4 AS runtime
3333

3434
COPY --link --from=build /build/control_plane/auth_proxy/auth_proxy .
3535
COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES

0 commit comments

Comments
 (0)