We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7302218 commit 833b9aeCopy full SHA for 833b9ae
images/node-distroless/Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:22-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 AS init
2
RUN apk add --no-cache dumb-init
3
4
-FROM gcr.io/distroless/nodejs22:latest@sha256:b2811d7945a1f3ef91cf8a2ead779171b438eb0011f3bdee0c8cc60cb90b2c0c AS runtime
+FROM gcr.io/distroless/nodejs22:latest@sha256:e36aabe0394465699ebdb68544f6f3b618a654af85f6fa1b55e8fc4e567b3250 AS runtime
5
COPY --from=init /usr/bin/dumb-init /usr/bin/dumb-init
6
ENTRYPOINT [ "/usr/bin/dumb-init", "--", "/nodejs/bin/node" ]
0 commit comments