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 becf9a7 commit 7690ca7Copy full SHA for 7690ca7
Dockerfile
@@ -18,7 +18,7 @@ RUN npm prune --omit=dev
18
19
20
# PRODUCTION STAGE
21
-FROM gcr.io/distroless/nodejs24-debian12@sha256:767b6dcea4bbc0ad1f1893c7444e44e7d8a3bc64d53fcd0cddc35b4264c4834a AS production
+FROM gcr.io/distroless/nodejs24-debian12@sha256:98fd27d54e32d0d281a4c41db1bbe87a61259b2cad12c61bb1b8c0e32166162d AS production
22
WORKDIR /usr/src/app
23
24
# Copy built files
0 commit comments