Skip to content

Commit 697d150

Browse files
author
Peter Bengtsson
authored
Upgrade to Node 20.12.1 (#50034)
1 parent 0c4454a commit 697d150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------------------------
66
# To update the sha, run `docker pull node:$VERSION-alpine`
77
# look for something like: `Digest: sha256:0123456789abcdef`
8-
FROM node:20-alpine@sha256:ef3f47741e161900ddd07addcaca7e76534a9205e4cd73b2ed091ba339004a75 as base
8+
FROM node:20-alpine@sha256:7e227295e96f5b00aa79555ae166f50610940d888fc2e321cf36304cbd17d7d6 as base
99

1010
# This directory is owned by the node user
1111
ARG APP_HOME=/home/node/app

0 commit comments

Comments
 (0)