From cf7f2744962955cd376ce046b45a4fb9bc0fca3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Apr 2025 07:56:28 +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-KRB5-7411315 - 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..14525116a 100644 --- a/docker/demo/Dockerfile +++ b/docker/demo/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25 +FROM nginx:1.27.5 COPY htdocs /var/lib/data/demo/htdocs COPY init /init COPY nginx.conf /etc/nginx/conf.d/default.conf