From 17d670eb2e6c88f6708cec774792f17bf3d125fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Dec 2022 03:51:46 +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-KRB5-3120880 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-3120880 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 940389d9..bf92fff0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /app RUN npm install RUN npm run build -FROM nginx:latest +FROM nginx:1.23.2 RUN echo "daemon off;" >> /etc/nginx/nginx.conf COPY build/server.conf /etc/nginx/conf.d/default.conf