From af0ab55acda9da1e7a68cda1b34cc122a1a7299b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Oct 2025 09:42:35 +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-LIBXML2-9380732 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bab8aca0..237beeb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG node_version=node:lts -ARG nginx_version=nginx:1.26.0-alpine +ARG nginx_version=nginx:1.26.3-alpine FROM $node_version AS image