From b09a95c50f7518b7f44a3703be41b28b511fe370 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Oct 2025 05:09:03 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-9360832 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-7569015 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 32090527995..da3afad24e2 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN yarn build -FROM nginx:1.25.2-alpine +FROM nginx:1.26.3-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf