From 8d885ca4ace12f3325d8e46141577d156bc15bc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Apr 2025 06:07:13 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-EXPAT-9459842 - https://snyk.io/vuln/SNYK-ALPINE320-LIBXML2-9380730 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-8689556 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8710359 - https://snyk.io/vuln/SNYK-ALPINE320-XZ-9666602 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./*