Upgrade to Node 18

This commit is contained in:
hgw 2023-10-02 02:11:26 +00:00
parent 1f0b700e82
commit e536d8f22a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16
FROM node:18-alpine3.17
RUN mkdir -p /home/node/app/node_modules \
&& chown -R node:node /home/node/app
WORKDIR /home/node/app