From f681bbe5a127a032262ad21498cf20f87efa9aaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Feb 2025 16:51:18 +0000 Subject: [PATCH] fix: web-server/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-2936229 --- web-server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-server/Dockerfile b/web-server/Dockerfile index 3efd2df..1043085 100644 --- a/web-server/Dockerfile +++ b/web-server/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.21 +FROM nginx:1.27.4 RUN apt-get update && apt-get -y install nginx-extras \ No newline at end of file