From 8a8f2b6774d50c12ce8d0e87e3e4f847478a0e10 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 8 Aug 2021 20:39:05 +0300 Subject: [PATCH] fix: docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile to reduce vulnerabilities (#2371) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533447 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533452 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533458 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533461 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533461 --- .../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 0b3d15e5d..2f9599ac6 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:mainline-alpine +FROM nginx:1.21-alpine COPY nginx/default.conf /etc/nginx/conf.d/default.conf