use node 18

This commit is contained in:
Stefan Melmuk 2023-10-01 23:28:32 +02:00
parent 73ceed3fc9
commit a21a2e1f5c
No known key found for this signature in database
GPG key ID: 817020C608FE9C09

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