Skip to content

Commit

Permalink
Merge pull request #143 from stefan0xC/use-node-18
Browse files Browse the repository at this point in the history
Use node 18
  • Loading branch information
BlackDex authored Oct 5, 2023
2 parents 73ceed3 + a21a2e1 commit 801c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 801c333

Please sign in to comment.