From 50b10234e71b3e3fb224a8ee2087155d51feed7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 18:30:15 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-LIBGD2-382974 - https://snyk.io/vuln/SNYK-DEBIAN8-NCURSES-367741 - https://snyk.io/vuln/SNYK-DEBIAN8-PROCPS-309313 - https://snyk.io/vuln/SNYK-DEBIAN8-PROCPS-309313 - https://snyk.io/vuln/SNYK-DEBIAN8-PROCPS-309340 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91121df3..4e7482ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.11 +FROM nginx:1.25.2 # Configuration nginx COPY ./dist/ /usr/share/nginx/html