From 71b86e67af9a10ecf9ef48080b240121d727679d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 20:29:18 +0000 Subject: [PATCH] fix: nginx-docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 --- nginx-docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-docker/Dockerfile b/nginx-docker/Dockerfile index 9f0de15ee..9ee0bad4f 100644 --- a/nginx-docker/Dockerfile +++ b/nginx-docker/Dockerfile @@ -1 +1 @@ -FROM nginx:1.21.4-alpine +FROM nginx:1.25.4-alpine