From 24c350e0a35cf8e589a7ddc3c8adcad634db95b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 08:59:47 +0000 Subject: [PATCH] fix: src/frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-LIBXSLT-10691002 - https://snyk.io/vuln/SNYK-DEBIAN13-GNUTLS28-5681083 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 --- src/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/Dockerfile b/src/frontend/Dockerfile index e890c92fb..0a347194e 100644 --- a/src/frontend/Dockerfile +++ b/src/frontend/Dockerfile @@ -5,6 +5,6 @@ COPY . /app RUN npm install --force RUN npm run build -FROM nginx +FROM nginx:1.29.4-trixie COPY --from=frontend_build /app/build/ /usr/share/nginx/html COPY /nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file