From f2300f0d53b95f6e68d0b3f22bdca7f8ae707a3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Apr 2024 23:31:18 +0000 Subject: [PATCH] fix: images/nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2938004 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-3320718 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-5958915 - https://snyk.io/vuln/SNYK-ALPINE315-LIBWEBP-5902238 - https://snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 --- images/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/Dockerfile b/images/nginx/Dockerfile index 7cf1add..ed19ccc 100644 --- a/images/nginx/Dockerfile +++ b/images/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.6-alpine +FROM nginx:1.25.5-alpine COPY ./conf/nginx.conf /etc/nginx/nginx.conf COPY ./conf/network_internal.conf /etc/nginx/ \ No newline at end of file