diff --git a/Dockerfile b/Dockerfile index 734bd73d35..afb0050548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN pnpm build # production stage -FROM nginx:stable-alpine AS production-stage +FROM nginx:1.31-alpine AS production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80