From 039abc373707d110c4f03493faf594cedcba6d44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Feb 2023 22:38:29 +0000 Subject: [PATCH] fix: 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 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 2fd64a9..302a9d8 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:latest +FROM nginx:1.23 COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file