1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Upgrade Dockerfile to latest node:18.16-alpine (#36894)

This commit is contained in:
Peter Bengtsson
2023-05-05 11:41:18 -04:00
committed by GitHub
parent f16c5d60af
commit a1be8deda7

View File

@@ -5,7 +5,7 @@
# -------------------------------------------------------------------------------- # --------------------------------------------------------------------------------
# To update the sha, run `docker pull node:$VERSION-alpine` # To update the sha, run `docker pull node:$VERSION-alpine`
# look for something like: `Digest: sha256:0123456789abcdef` # 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 # This directory is owned by the node user
ARG APP_HOME=/home/node/app ARG APP_HOME=/home/node/app