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