From 6e01ad47230706c77802dc8069e9420eeb01e574 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 May 2022 00:27:45 +0000 Subject: [PATCH] fix: devenv/docker/blocks/nginx_proxy_mac/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-CURL-1585256 - https://snyk.io/vuln/SNYK-ALPINE312-FREETYPE-2809179 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2434421 --- devenv/docker/blocks/nginx_proxy_mac/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv/docker/blocks/nginx_proxy_mac/Dockerfile b/devenv/docker/blocks/nginx_proxy_mac/Dockerfile index d781d286364ad..dbdfa15d2da75 100644 --- a/devenv/docker/blocks/nginx_proxy_mac/Dockerfile +++ b/devenv/docker/blocks/nginx_proxy_mac/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.3-alpine +FROM nginx:1.22.0-alpine COPY nginx.conf /etc/nginx/nginx.conf COPY htpasswd /etc/nginx/htpasswd