From dfd3bb15f9100585902b39b12f11a6e3b30afcb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Dec 2022 22:52:02 +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-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058787 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058792 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 --- 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..e736fc8 100644 --- a/grpc-beer-nginx/Dockerfile +++ b/grpc-beer-nginx/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:stable +FROM nginx:1.22.1 COPY nginx.conf /etc/nginx/nginx.conf EXPOSE 8888 \ No newline at end of file