diff --git a/Dockerfile b/Dockerfile index b6399ba..772fe75 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.19 RUN apk add --update nodejs npm