From 228b5ee8b27e881dc9e142277091774acf3032d2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:17:52 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435528 - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1130bd4..3f7e265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:alpine +FROM nginx:1.29.7-alpine3.23 COPY ./index.html /usr/share/nginx/html/index.html COPY ./nginx.conf /etc/nginx/nginx.conf