From b3c60ad26855c3b2739a6345d6046388ff876657 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 May 2023 06:45:14 +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..aa601efb 100644 --- a/backend-example/Dockerfile +++ b/backend-example/Dockerfile @@ -1,7 +1,7 @@ # ================================ # Build image # ================================ -FROM nginx:1.21.1 +FROM nginx:1.24 COPY nginx.conf /etc/nginx/nginx.conf RUN mkdir -p /tmp/cache