From ac376460a866875aaecb889bb799fbf1cf3731fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 17:15:43 +0000 Subject: [PATCH] fix: docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-CURL-5958915 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-5958915 - https://snyk.io/vuln/SNYK-ALPINE315-LIBWEBP-5902238 - https://snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 - https://snyk.io/vuln/SNYK-ALPINE315-PCRE2-2869383 --- .../v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile b/docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile index 2f9599ac6fde..e30d97a572e4 100644 --- a/docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile +++ b/docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:1.21-alpine +FROM nginx:1.25.3-alpine COPY nginx/default.conf /etc/nginx/conf.d/default.conf