From e67db35fcfe08b08373900dd28ce88beede1f0e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Apr 2025 09:02:38 +0000 Subject: [PATCH] fix: docker/demo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-8344255 - https://snyk.io/vuln/SNYK-DEBIAN12-CURL-8344255 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-8705121 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- docker/demo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/demo/Dockerfile b/docker/demo/Dockerfile index 837d4895..14525116 100644 --- a/docker/demo/Dockerfile +++ b/docker/demo/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27.3 +FROM nginx:1.27.5 COPY htdocs /var/lib/data/demo/htdocs COPY init /init COPY nginx.conf /etc/nginx/conf.d/default.conf