diff --git a/Dockerfile b/Dockerfile index 322accf..2f762ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN npm run ci:check RUN npm run build # Stage 2 - the static server -FROM nginx:1.24 +FROM nginx:1.27.2 COPY --from=build-deps /usr/src/app/build /var/www COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 80