diff --git a/Dockerfile b/Dockerfile index 85368a6..749c71b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN mkdir -p src/assets/uswds/img && \ RUN yarn run build-${BUILD_ENV} # Stage 2: Serve app with nginx server -FROM nginx:1.27.2-alpine +FROM nginx:1.26.3-alpine WORKDIR /usr/share/nginx/html RUN rm -rf ./*