diff --git a/backend/Dockerfile.auth-daemon b/backend/Dockerfile.auth-daemon index 4f5902c51..59173897c 100644 --- a/backend/Dockerfile.auth-daemon +++ b/backend/Dockerfile.auth-daemon @@ -43,7 +43,7 @@ COPY . . RUN touch auth-daemon/src/main.rs \ && cargo auditable build --release --package auth-daemon -FROM gcr.io/distroless/cc-debian12@sha256:329e54034ce498f9c6b345044e8f530c6691f99e94a92446f68c0adf9baa8464 AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy COPY --from=build /app/target/release/auth-daemon /auth-daemon diff --git a/backend/Dockerfile.graph-proxy b/backend/Dockerfile.graph-proxy index ffa5af2c2..1f6af085a 100644 --- a/backend/Dockerfile.graph-proxy +++ b/backend/Dockerfile.graph-proxy @@ -43,7 +43,7 @@ COPY . . RUN touch graph-proxy/src/main.rs \ && cargo auditable build --release --package graph-proxy -FROM gcr.io/distroless/cc-debian12@sha256:329e54034ce498f9c6b345044e8f530c6691f99e94a92446f68c0adf9baa8464 AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy COPY --from=build /app/target/release/graph-proxy /graph-proxy diff --git a/backend/Dockerfile.oidc-bff b/backend/Dockerfile.oidc-bff index cd3219f46..4c5fe74d1 100644 --- a/backend/Dockerfile.oidc-bff +++ b/backend/Dockerfile.oidc-bff @@ -15,7 +15,7 @@ RUN touch --date @0 oidc-bff/src/main.rs \ RUN touch oidc-bff/src/main.rs \ && cargo auditable build --release --package oidc-bff -FROM gcr.io/distroless/cc-debian12@sha256:0000f9dc0290f8eaf0ecceafbc35e803649087ea7879570fbc78372df7ac649b AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy COPY --from=build /app/target/release/oidc-bff /oidc-bff diff --git a/backend/Dockerfile.sessionspaces b/backend/Dockerfile.sessionspaces index a2fe76672..bdba0da35 100644 --- a/backend/Dockerfile.sessionspaces +++ b/backend/Dockerfile.sessionspaces @@ -41,7 +41,7 @@ COPY . . RUN touch sessionspaces/src/main.rs \ && cargo auditable build --release --package sessionspaces -FROM gcr.io/distroless/cc-debian12@sha256:329e54034ce498f9c6b345044e8f530c6691f99e94a92446f68c0adf9baa8464 AS deploy +FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e AS deploy COPY --from=build /app/target/release/sessionspaces /sessionspaces