update node to v20

This commit is contained in:
Stefan Melmuk 2024-07-05 04:36:04 +02:00
parent d038c4b31c
commit 36439a9baf
No known key found for this signature in database
GPG key ID: 817020C608FE9C09

View file

@ -17,7 +17,7 @@
# Note: you can use --build-arg to specify the version to build:
# docker build -t web_vault_build --build-arg VAULT_VERSION=main .
FROM node:18-bookworm AS build
FROM node:20-bookworm AS build
RUN node --version && npm --version
# Prepare the folder to enable non-root, otherwise npm will refuse to run the postinstall