diff --git a/backend/Dockerfile.auth-broker b/backend/Dockerfile.auth-broker index 8fc592b8f..3ee9ff16a 100644 --- a/backend/Dockerfile.auth-broker +++ b/backend/Dockerfile.auth-broker @@ -46,7 +46,7 @@ COPY . . RUN touch auth-broker/src/main.rs \ && cargo auditable build --release --package auth-broker -FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy COPY --from=build /app/target/release/auth-broker /auth-broker diff --git a/backend/Dockerfile.auth-daemon b/backend/Dockerfile.auth-daemon index 63620e9bb..7441d22e0 100644 --- a/backend/Dockerfile.auth-daemon +++ b/backend/Dockerfile.auth-daemon @@ -46,7 +46,7 @@ COPY . . RUN touch auth-daemon/src/main.rs \ && cargo auditable build --release --package auth-daemon -FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy COPY --from=build /app/target/release/auth-daemon /auth-daemon diff --git a/backend/Dockerfile.auth-gateway b/backend/Dockerfile.auth-gateway index 21860cb56..152ea756f 100644 --- a/backend/Dockerfile.auth-gateway +++ b/backend/Dockerfile.auth-gateway @@ -15,7 +15,7 @@ RUN touch --date @0 auth-gateway/src/main.rs \ RUN touch auth-gateway/src/main.rs \ && cargo auditable build --release --package auth-gateway -FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy COPY --from=build /app/target/release/auth-gateway /auth-gateway diff --git a/backend/Dockerfile.graph-proxy b/backend/Dockerfile.graph-proxy index ba3e4db27..d11ba10f2 100644 --- a/backend/Dockerfile.graph-proxy +++ b/backend/Dockerfile.graph-proxy @@ -46,7 +46,7 @@ COPY . . RUN touch graph-proxy/src/main.rs \ && cargo auditable build --release --package graph-proxy -FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy COPY --from=build /app/target/release/graph-proxy /graph-proxy diff --git a/backend/Dockerfile.sessionspaces b/backend/Dockerfile.sessionspaces index 669c6ee33..9f6d8e4ad 100644 --- a/backend/Dockerfile.sessionspaces +++ b/backend/Dockerfile.sessionspaces @@ -44,7 +44,7 @@ COPY . . RUN touch sessionspaces/src/main.rs \ && cargo auditable build --release --package sessionspaces -FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:e8e7ee4b8b106d4c5fde9e422a321b2b8a2d5cca546c97adcce927f3e1d36e36 AS deploy COPY --from=build /app/target/release/sessionspaces /sessionspaces