From 6ac4a2e51a109067dfa9df68b17507668ba1867a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 09:25:05 +0000 Subject: [PATCH] fix: forms-flow-web/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908294 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-7569015 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 --- forms-flow-web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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