diff --git a/Dockerfile b/Dockerfile index 13dc44e..3a9f0c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.8.0-alpine as builder +FROM node:18.14.0-alpine3.16 as builder RUN apk update && apk add --no-cache python3 make g++ COPY . /opt/app WORKDIR /opt/app/