From 3931c8798bccc719a958f6cd4b0bb6ac57bd7f0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 05:57:01 +0000 Subject: [PATCH] fix: nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 - https://snyk.io/vuln/SNYK-DEBIAN12-AOM-7197979 - 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..72ef0ca 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable +FROM nginx:1.26.1-bookworm RUN apt -y update && apt -y install vim procps # COPY nginx.conf /etc/nginx/nginx.conf