From a831357bb1bbf2bec22d06ee3c36a1d0ec3f4665 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 03:56:52 +0000 Subject: [PATCH] fix: Dockerfile.nginx to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-LIBXSLT-10691002 - https://snyk.io/vuln/SNYK-DEBIAN13-GNUTLS28-5681083 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 --- Dockerfile.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.nginx b/Dockerfile.nginx index 00110bf..9c747fe 100644 --- a/Dockerfile.nginx +++ b/Dockerfile.nginx @@ -1,5 +1,5 @@ # Use the official Nginx image as the base image -FROM nginx:latest +FROM nginx:1.29.4-trixie # Copy the Nginx configuration file into the container COPY nginx.conf /etc/nginx/nginx.conf