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