From 3e15d390716e40b34727e4e6f4b6ac149c53d236 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Feb 2023 21:20:20 +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-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3179181 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3252499 --- 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