From 370c17299097a879d8e0b1dd7fbcbf2ff5b304e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 21:13:53 +0000 Subject: [PATCH] fix: devenv/docker/blocks/prometheus_basic_auth_proxy/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-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 --- devenv/docker/blocks/prometheus_basic_auth_proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv/docker/blocks/prometheus_basic_auth_proxy/Dockerfile b/devenv/docker/blocks/prometheus_basic_auth_proxy/Dockerfile index d781d286364ad..fc31c4990d6b2 100644 --- a/devenv/docker/blocks/prometheus_basic_auth_proxy/Dockerfile +++ b/devenv/docker/blocks/prometheus_basic_auth_proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.3-alpine +FROM nginx:1.25.3-alpine COPY nginx.conf /etc/nginx/nginx.conf COPY htpasswd /etc/nginx/htpasswd