Update node to 18.16.0

This commit is contained in:
Philip H. 2023-11-04 08:46:48 +00:00
parent 13aa9991fd
commit b0e6c3af6d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN npm ci --production
# Copy build result to a new image.
# This saves a lot of disk space.
FROM docker.io/library/node:18-alpine@sha256:ffc770cdc09c9e83cccd99d663bb6ed56cfaa1bab94baf1b12b626aebeca9c10
FROM docker.io/library/node:18-alpine@sha256:1ccc70acda680aa4ba47f53e7c40b2d4d6892de74817128e0662d32647dd7f4d
COPY --from=build_node_modules /app /app
# Move node_modules one directory up, so during development