From 28282082b0dafc7857159e4e2d76ae8045df58d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 05:21:01 +0000 Subject: [PATCH] fix: nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063711 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-LIBWEBP-5902237 - https://snyk.io/vuln/SNYK-ALPINE316-NGHTTP2-6043732 - https://snyk.io/vuln/SNYK-ALPINE316-NGINX-5969471 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 557a31b8..0d1f7b54 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.22.0-alpine +FROM nginx:1.26-alpine RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d \ No newline at end of file