From 8c351df15ed7ae12ec48dc19a1751c20c6d204e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 07:02:15 +0000 Subject: [PATCH] fix: docker/demo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-AOM-7197979 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503 - https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 --- docker/demo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/demo/Dockerfile b/docker/demo/Dockerfile index 051e659db..9e4bed202 100644 --- a/docker/demo/Dockerfile +++ b/docker/demo/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25 +FROM nginx:1.26.1 COPY htdocs /var/lib/data/demo/htdocs COPY init /init COPY nginx.conf /etc/nginx/conf.d/default.conf