From 9f290b32e1103321ade016437ab4dc294b1af421 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 06:52:18 +0000 Subject: [PATCH] fix: grpc-beer-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 --- grpc-beer-nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-beer-nginx/Dockerfile b/grpc-beer-nginx/Dockerfile index 8813418..739837e 100644 --- a/grpc-beer-nginx/Dockerfile +++ b/grpc-beer-nginx/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:stable +FROM nginx:1.26.1-bookworm COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 8888 \ No newline at end of file