From 82124bfaa95b475b325e7f3adb40aedfedb5ef2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 12:03:34 +0000 Subject: [PATCH] fix: nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-LIBWEBP-5902238 - https://snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2938004 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-3320718 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 29ffd3c..00c4eb3 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21-alpine +FROM nginx:1.27.2-alpine RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d \ No newline at end of file