From f6c9d0e290d664c3b1137663463e4f7bffad46e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 04:43:33 +0000 Subject: [PATCH] fix: Dockerfile.multi to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1585249 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1585249 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 --- Dockerfile.multi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.multi b/Dockerfile.multi index 04827b44080..05b1dc184c0 100644 --- a/Dockerfile.multi +++ b/Dockerfile.multi @@ -39,6 +39,6 @@ ENV HOST=0.0.0.0 CMD ["node", "server/index.js"] # Nginx setup -FROM nginx:1.21.1-alpine AS prod-stage +FROM nginx:1.26.2-alpine AS prod-stage COPY ./client/nginx.conf /etc/nginx/conf.d/default.conf CMD ["nginx", "-g", "daemon off;"]