From 84b9e74da6f7217ef48f8228cbd94084f9ec0c9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Dec 2022 20:24:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058787 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058792 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 --- 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