From 36a070691279d06133c859d90bcdc497cc86371d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 02:33:21 +0000 Subject: [PATCH] fix: docker-examples/v5/reverse_proxy/nginx_relative/nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-LIBWEBP-5902238 - https://snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2938004 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-3320718 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 --- .../v5/reverse_proxy/nginx_relative/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-examples/v5/reverse_proxy/nginx_relative/nginx/Dockerfile b/docker-examples/v5/reverse_proxy/nginx_relative/nginx/Dockerfile index 2f9599ac6fde..fa6030297b82 100644 --- a/docker-examples/v5/reverse_proxy/nginx_relative/nginx/Dockerfile +++ b/docker-examples/v5/reverse_proxy/nginx_relative/nginx/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:1.21-alpine +FROM nginx:1.26.2-alpine COPY nginx/default.conf /etc/nginx/conf.d/default.conf