diff --git a/forms-flow-web/openshift_Dockerfile b/forms-flow-web/openshift_Dockerfile index 1b64547f0..895912ff3 100644 --- a/forms-flow-web/openshift_Dockerfile +++ b/forms-flow-web/openshift_Dockerfile @@ -20,7 +20,7 @@ RUN npm install COPY . /app/ RUN npm run build -FROM nginx:1.17 as production-stage +FROM nginx:1.26.0 as production-stage RUN mkdir /app COPY --from=build-stage /app/build /usr/share/nginx/html COPY nginx.conf /etc/nginx/nginx.conf