From 1c73ff0e679a1235534cb17d17a904b2f32745de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Feb 2023 05:23:24 +0000 Subject: [PATCH] fix: 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa3e0f3..7a7e9b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:latest +FROM nginx:1.23 COPY public /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf.template