1
0

Migrate Dockerfile node to 18-alpine
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled

This commit is contained in:
Mathias 2025-01-13 12:02:14 +00:00
parent 5c57bb09ee
commit 0407b4e0da

View File

@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine
RUN apk add g++ make cmake python3 --no-cache
ENV NODE_ENV=production