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 21b789f commit cd8eabbCopy full SHA for cd8eabb
Dockerfile
@@ -18,7 +18,7 @@ RUN npm prune --omit=dev
18
19
20
# PRODUCTION STAGE
21
-FROM gcr.io/distroless/nodejs24-debian12@sha256:f1572ff596ee17fe935a808c28a868f46dcbfad04003cb8fb951dd83025c16c9 AS production
+FROM gcr.io/distroless/nodejs24-debian12@sha256:33204de28faf16f5bb1f8730fe12ea99609625d44aefdec32dab73b290d33943 AS production
22
WORKDIR /usr/src/app
23
24
# Copy built files
0 commit comments