diff --git a/Dockerfile b/Dockerfile index 0d2441b02..5a8d679d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN yarn build-docker # Production image, copy all the files and run next -FROM node:18 AS runner +FROM node:18-buster AS runner WORKDIR /app ENV NODE_ENV production