From 2a06664dd6a6cc4ca6de5ae794169092648e8c06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Sep 2022 22:41:27 +0000 Subject: [PATCH] fix: grpc-beer-nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3012384 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBXSLT-2964230 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808697 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808704 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-2976151 --- 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..acd1b40 100644 --- a/grpc-beer-nginx/Dockerfile +++ b/grpc-beer-nginx/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:stable +FROM nginx:1.22 COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 8888 \ No newline at end of file