From 9cdccde3d1528b57b72b86bea5e6a6a76554ca10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Nov 2024 01:19:28 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908399 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a660a61..7a23499b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # After BUILD # with loadbalancer NGINX -FROM nginx:1.25-alpine +FROM nginx:1.26.2-alpine RUN apk upgrade --no-cache RUN apk add --no-cache nodejs yarn