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 d2bf966
  • Loading branch information
renovate[bot] authored and johnitvn committed Dec 4, 2024
1 parent ef0ae68 commit 4f6d502
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:b64ced2e7cd0a4816699fe308ce6e8a08ccba463c757c00c14cd372e3d2c763e AS init
RUN apk add --no-cache dumb-init

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

Please sign in to comment.