From 094e1b10d8d4f33676a5878ce6a77bd84306d2be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Apr 2025 01:00:43 +0000 Subject: [PATCH] fix: Dockerfile.test to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-LIBWEBP-5902237 - https://snyk.io/vuln/SNYK-ALPINE316-NGHTTP2-6043732 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5958908 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5958908 --- Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index 6ab74a83..0d9f1c42 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -12,7 +12,7 @@ COPY .env.development .env.production RUN npm run build ## Stage 2. build the production (server) environment -FROM nginx:1.23.2-alpine +FROM nginx:1.26.3-alpine # Install curl and envsubst RUN apk --no-cache add curl