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 ad3ad4c commit b2b9ff3Copy full SHA for b2b9ff3
Dockerfile
@@ -5,7 +5,7 @@
5
# --------------------------------------------------------------------------------
6
# To update the sha, run `docker pull node:$VERSION-alpine`
7
# look for something like: `Digest: sha256:0123456789abcdef`
8
-FROM node:20-alpine@sha256:32427bc0620132b2d9e79e405a1b27944d992501a20417a7f407427cc4c2b672 as base
+FROM node:20-alpine@sha256:9e38d3d4117da74a643f67041c83914480b335c3bd44d37ccf5b5ad86cd715d1 as base
9
10
# This directory is owned by the node user
11
ARG APP_HOME=/home/node/app
0 commit comments