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 0f62959 commit 2704288Copy full SHA for 2704288
Dockerfile
@@ -1,5 +1,5 @@
1
-ARG BUILD_IMAGE=node:16
2
-ARG RUN_IMAGE=gcr.io/distroless/nodejs16-debian11:nonroot
+ARG BUILD_IMAGE=node:20
+ARG RUN_IMAGE=gcr.io/distroless/nodejs20-debian11:nonroot
3
4
FROM ${BUILD_IMAGE} AS builder
5
LABEL stage=build
0 commit comments