diff --git a/Dockerfile b/Dockerfile index 009ab2a69..9e7e7b704 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.8.1-alpine AS builder +FROM node:21.0.0-alpine AS builder ENV NODE_ENV production WORKDIR /app