From 0f0cbf2b2f86d576807e3298d736b09c1c02f524 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Thu, 8 Jul 2021 09:09:02 +0300 Subject: [PATCH] fix: docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile to reduce vulnerabilities (#2320) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-588029 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-588029 --- .../v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile diff --git a/docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile b/docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile old mode 100755 new mode 100644 index 71edc0215..0b3d15e5d --- 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.14.2-alpine +FROM nginx:mainline-alpine COPY nginx/default.conf /etc/nginx/conf.d/default.conf