From 101d5dacd2540c1a3b755862fd7953b3fb3e29ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 16:37:31 +0000 Subject: [PATCH] fix: nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-NGINX-5953391 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-UTILLINUX-6508631 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 88edb63c..20b5fc78 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.3 +FROM nginx:1.26.1 RUN apt-get update && apt-get install -y gettext-base COPY ./nginx.conf /etc/nginx/nginx-template.conf