diff --git a/forms-flow-web/openshift_Dockerfile b/forms-flow-web/openshift_Dockerfile index 1b64547f0..e811cd01b 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.25.5 as production-stage RUN mkdir /app COPY --from=build-stage /app/build /usr/share/nginx/html COPY nginx.conf /etc/nginx/nginx.conf