From 4247db038a328fc6264c9dc267e2e98c5fb885e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Dec 2022 02:07:07 +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 13cd81b..c8cfcf7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ RUN npm install COPY . . RUN npm run build -FROM nginx +FROM nginx:1.23.2 EXPOSE 80 COPY --from=builder /app/build /usr/share/nginx/html