From 9cf880569756d9b3867849b50e30412d7e38079c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Oct 2025 10:22:05 +0000 Subject: [PATCH] fix: docker/demo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-FREETYPE-9402511 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-ABSEIL-8740787 - https://snyk.io/vuln/SNYK-DEBIAN12-AOM-7197979 --- docker/demo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/demo/Dockerfile b/docker/demo/Dockerfile index 051e659db..2e21afeb2 100644 --- a/docker/demo/Dockerfile +++ b/docker/demo/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25 +FROM nginx:1.29.3 COPY htdocs /var/lib/data/demo/htdocs COPY init /init COPY nginx.conf /etc/nginx/conf.d/default.conf