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