Dockerfile Update - NodeJS 18

This commit is contained in:
Christer Warén 2023-06-07 05:23:30 +03:00
parent 26a7b2cf25
commit 25ac99379b

View File

@ -1,4 +1,4 @@
FROM node:16-alpine FROM node:18-alpine
#Dependencies #Dependencies
RUN apk add --virtual .build-deps python3 make g++ gcc git RUN apk add --virtual .build-deps python3 make g++ gcc git