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 f88397b commit a670aa5Copy full SHA for a670aa5
images/node-distroless/Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:22-alpine@sha256:e2b39f7b64281324929257d0f8004fb6cb4bf0fdfb9aa8cedb235a766aec31da 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:8d54996fc549a9f6d8af41e0540ecf7ee75f31189e788a738cfcbf2f58903404 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