Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/nodejs22:latest docker digest t…
Browse files Browse the repository at this point in the history
…o d00edbf
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 7302218 commit 66487dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node-distroless/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:22-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 AS init
RUN apk add --no-cache dumb-init

FROM gcr.io/distroless/nodejs22:latest@sha256:b2811d7945a1f3ef91cf8a2ead779171b438eb0011f3bdee0c8cc60cb90b2c0c AS runtime
FROM gcr.io/distroless/nodejs22:latest@sha256:d00edbf864c5b989f1b69951a13c5c902bf369cca572de59b5ec972552848e33 AS runtime
COPY --from=init /usr/bin/dumb-init /usr/bin/dumb-init
ENTRYPOINT [ "/usr/bin/dumb-init", "--", "/nodejs/bin/node" ]

0 comments on commit 66487dc

Please sign in to comment.