Merge pull request #143 from stefan0xC/use-node-18

Use node 18
This commit is contained in:
Mathijs van Veluw 2023-10-05 11:11:53 +02:00 committed by GitHub
commit 801c333b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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