From a581e3211e78091489a6d9121c1abea47431a280 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Feb 2023 19:29:50 +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 aed961c..80e0df4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY ./src/DomainManager . RUN ng build --configuration production --output-path /app/dist/angular-docker/ # Stage 2 - Run -FROM nginx:stable +FROM nginx:1.22.1 # Set Env ARG VERSION