diff --git a/Dockerfile b/Dockerfile index cb21609bd..1b2cc054e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22 +FROM node:24 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app @@ -56,4 +56,4 @@ RUN yarn build RUN yarn install --frozen-lockfile --production && yarn cache clean CMD ["yarn", "start"] -EXPOSE 3000 \ No newline at end of file +EXPOSE 3000