Skip to content

Commit

Permalink
Upgrade to Node 20.15.0 (#51400)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Jun 25, 2024
1 parent f11c2f0 commit 20c891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# --------------------------------------------------------------------------------
# To update the sha, run `docker pull node:$VERSION-alpine`
# look for something like: `Digest: sha256:0123456789abcdef`
FROM node:20-alpine@sha256:66c7d989b6dabba6b4305b88f40912679aebd9f387a5b16ffa76dfb9ae90b060 as base
FROM node:20-alpine@sha256:66f7f89199daea88a6b5d5aadaa6d20f7a16a90fc35274deda8e901e267d4bd7 as base

# This directory is owned by the node user
ARG APP_HOME=/home/node/app
Expand Down

0 comments on commit 20c891a

Please sign in to comment.