Skip to content

Commit

Permalink
Upgrade version of node:20-alpine (#46782)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Nov 27, 2023
1 parent 0ac0e26 commit 7dfd269
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:002b6ee25b63b81dc4e47c9378ffe20915c3fa0e98e834c46584438468b1d0b5 as base
FROM node:20-alpine@sha256:b1789b7be6aa16afd642eaaaccdeeeb33bd8f08e69b3d27d931aa9665b731f01 as base

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

0 comments on commit 7dfd269

Please sign in to comment.