From 8fc577c58e8fe197e2f105bb52452e6582f6a127 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Apr 2025 07:59:17 +0000 Subject: [PATCH] fix: Dockerfile.local 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.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.local b/Dockerfile.local index 6ae76178..b07ad9e2 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -11,7 +11,7 @@ COPY . ./ RUN npm run build ##stage 2. build the production (server) environment -FROM nginx:1.23.2-alpine +FROM nginx:1.27.5-alpine #install curl and envsubst RUN apk --no-cache add curl