From 150ca20ee8e50321d383bee90071c47895543b31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Dec 2023 15:08:11 +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-5955037 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- webapp_provider/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_provider/Dockerfile b/webapp_provider/Dockerfile index a6a5bf10..a5552d71 100644 --- a/webapp_provider/Dockerfile +++ b/webapp_provider/Dockerfile @@ -1,5 +1,5 @@ # dockerfile -FROM nginx:1.23.1 +FROM nginx:1.25.3 RUN apt-get update && apt-get upgrade -y RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/nginx.conf