chore(deps): update gcr.io/distroless/nodejs22-debian12:nonroot docker digest to 7461370
All checks were successful
container-scan / Container Scan (push) Successful in 2m12s
docker-build / docker (push) Successful in 5m9s

This commit is contained in:
Renovate Bot 2025-04-24 13:00:22 +00:00
parent 3a99b7f973
commit 96e5652b9c

View file

@ -16,7 +16,7 @@ COPY . .
RUN yarn build
# ----- Runner -----
FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:28a71222ea7ab7d16a2abb888484cf40d43d86e053069a624ddb371cc9efdec2 AS runner
FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:7461370c8473cfcbf5def249423d5e8301b0e6b98cb256b3c8707f0201c2ea4a AS runner
WORKDIR /app