From 265bd7ea0a938c77f96a004dda9fc9f5631a04b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Sep 2022 18:04:17 +0000 Subject: [PATCH] fix: webapp_provider/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 --- webapp_provider/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_provider/Dockerfile b/webapp_provider/Dockerfile index cadf942b..a6a5bf10 100644 --- a/webapp_provider/Dockerfile +++ b/webapp_provider/Dockerfile @@ -1,5 +1,5 @@ # dockerfile -FROM nginx:latest +FROM nginx:1.23.1 RUN apt-get update && apt-get upgrade -y RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/nginx.conf