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

Use Node 20 in production (#43863)

This commit is contained in:
Peter Bengtsson
2023-10-05 14:08:39 -04:00
committed by GitHub
parent 04b1d3cca3
commit e2102f28d9

View File

@@ -5,7 +5,7 @@
# --------------------------------------------------------------------------------
# To update the sha, run `docker pull node:$VERSION-alpine`
# look for something like: `Digest: sha256:0123456789abcdef`
FROM node:18-alpine@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f as base
FROM node:20-alpine@sha256:37750e51d61bef92165b2e29a77da4277ba0777258446b7a9c99511f119db096 as base
# This directory is owned by the node user
ARG APP_HOME=/home/node/app