From d2a18c3ec2144a6b54685092777e76be9fa003aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 May 2023 06:07:31 +0000 Subject: [PATCH] fix: backend-example/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3366770 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 --- backend-example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-example/Dockerfile b/backend-example/Dockerfile index 063aa77d..7c333c7d 100644 --- a/backend-example/Dockerfile +++ b/backend-example/Dockerfile @@ -1,7 +1,7 @@ # ================================ # Build image # ================================ -FROM nginx:1.21.1 +FROM nginx:1.23.3 COPY nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /tmp/cache