mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
use node 18
This commit is contained in:
parent
73ceed3fc9
commit
a21a2e1f5c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
# docker cp $image_id:/bw_web_vault.tar.gz .
|
||||
# docker rm $image_id
|
||||
|
||||
FROM node:16-bookworm as build
|
||||
FROM node:18-bookworm as build
|
||||
RUN node --version && npm --version
|
||||
|
||||
# Prepare the folder to enable non-root, otherwise npm will refuse to run the postinstall
|
||||
|
|
Loading…
Reference in a new issue