From a8370533c87660438d0e37ca501666a2730a3a4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 00:16:57 +0000 Subject: [PATCH] fix: docker/services/nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-FREETYPE-1019647 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 --- docker/services/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/services/nginx/Dockerfile b/docker/services/nginx/Dockerfile index d5fe71a1..c03d9e86 100644 --- a/docker/services/nginx/Dockerfile +++ b/docker/services/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17-alpine +FROM nginx:1.25.5-alpine RUN rm /etc/nginx/conf.d/default.conf