mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2025-03-14 03:48:26 +03:00
update node to v20
This commit is contained in:
parent
d038c4b31c
commit
36439a9baf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue