From ae5a1fcdd52cb4467f005263e9b58a4d6cade013 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 19:34:11 +0000 Subject: [PATCH] fix: nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673964 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673969 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673972 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673974 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 51ab1d8..f6ace38 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable +FROM nginx:1.26.0-bookworm RUN apt -y update && apt -y install vim procps # COPY nginx.conf /etc/nginx/nginx.conf