From 374193ef3153de15e5a4b3c1c4040965e111305d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Jul 2025 23:51:08 +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-9380739 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 32090527995..fa283ff8844 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN yarn build -FROM nginx:1.25.2-alpine +FROM nginx:1.29.0-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf