Skip to content

Commit 0d8cd1a

Browse files
chore(deps): update gcr.io/distroless/nodejs22:latest docker digest to 3bbb76a
1 parent f88397b commit 0d8cd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/node-distroless/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:22-alpine@sha256:e2b39f7b64281324929257d0f8004fb6cb4bf0fdfb9aa8cedb235a766aec31da AS init
22
RUN apk add --no-cache dumb-init
33

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

0 commit comments

Comments
 (0)