Dockerfile Update

This commit is contained in:
Christer Warén 2023-12-04 22:19:35 +02:00
parent e084ee711c
commit fe62792949

View File

@ -1,4 +1,4 @@
FROM node:18-alpine FROM node:20-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