diff --git a/forms-flow-web/Dockerfile b/forms-flow-web/Dockerfile index 46a6c84a25..55ee09fd88 100644 --- a/forms-flow-web/Dockerfile +++ b/forms-flow-web/Dockerfile @@ -19,7 +19,7 @@ COPY . /forms-flow-web/app/ RUN npm run build # Production stage -FROM nginx:1.25.3-alpine as production-stage +FROM nginx:1.27.2-alpine as production-stage # Copy built files from build stage COPY --from=build-stage /forms-flow-web/app/build /usr/share/nginx/html