diff --git a/Dockerfile b/Dockerfile index 85368a6..bc8e794 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.28.0-alpine WORKDIR /usr/share/nginx/html RUN rm -rf ./*