File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
interactive_ai/services/media Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
3434COPY --link --from=build /build/interactive_ai/service/media_ms .
3535COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Original file line number Diff line number Diff 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
3636COPY --link --from=build /build/control_plane/account_service/account_service .
3737COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Original file line number Diff line number Diff 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
3434COPY --link --from=build /build/control_plane/auth_proxy/auth_proxy .
3535COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
You can’t perform that action at this time.
0 commit comments