diff --git a/Dockerfile b/Dockerfile index a47ad2a..f6a4283 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:23.11.1-alpine3.21 WORKDIR /usr/src/app COPY . . RUN apk update && \