Migrate Dockerfile node to 18-alpine
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled
This commit is contained in:
parent
5c57bb09ee
commit
0407b4e0da
@ -1,4 +1,4 @@
|
|||||||
FROM node:16-alpine
|
FROM node:18-alpine
|
||||||
RUN apk add g++ make cmake python3 --no-cache
|
RUN apk add g++ make cmake python3 --no-cache
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
Loading…
x
Reference in New Issue
Block a user