diff --git a/Dockerfile b/Dockerfile index f617d7912..d440201de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . . RUN npm run build # Production stage -FROM nginx:stable-alpine as production-stage +FROM nginx:1.26.1-alpine3.19 as production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file