diff --git a/Dockerfile b/Dockerfile index b6399ba..200bdc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN npm run build # Stage 2: Create the final image -FROM alpine:3.18.3 +FROM alpine:3.18.12 RUN apk add --update nodejs npm