Skip to content

Commit d798bc2

Browse files
renovate[bot]johnitvn
authored andcommitted
chore(deps): update gcr.io/distroless/nodejs22:latest docker digest to b2811d7
1 parent e525681 commit d798bc2

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:96cc8323e25c8cc6ddcb8b965e135cfd57846e8003ec0d7bcec16c5fd5f6d39f AS init
22
RUN apk add --no-cache dumb-init
33

4-
FROM gcr.io/distroless/nodejs22:latest@sha256:d2bf966afe785153974fdd2663c7181dbfdf407d229b5df4adef185ca134da04 AS runtime
4+
FROM gcr.io/distroless/nodejs22:latest@sha256:b2811d7945a1f3ef91cf8a2ead779171b438eb0011f3bdee0c8cc60cb90b2c0c 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)