Skip to content

Commit

Permalink
Upgrade Dockerfile to latest node:18.16-alpine (#36894)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored May 5, 2023
1 parent f16c5d6 commit a1be8de
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:18.15-alpine@sha256:47d97b93629d9461d64197773966cc49081cf4463b1b07de5a38b6bd5acfbe9d as base
FROM node:18.16-alpine@sha256:1ccc70acda680aa4ba47f53e7c40b2d4d6892de74817128e0662d32647dd7f4d as base

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

0 comments on commit a1be8de

Please sign in to comment.