From f5d95e995d5479495a57c1056628808983b07819 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 07:06:02 +0000 Subject: [PATCH] fix: dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-FREETYPE-2834869 - https://snyk.io/vuln/SNYK-ALPINE315-FREETYPE-2834870 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index d936920..5d1f1ff 100644 --- a/dockerfile +++ b/dockerfile @@ -17,7 +17,7 @@ RUN npm run build -FROM nginx:alpine +FROM nginx:1.20-alpine COPY ./.nginx/nginx.conf /etc/nginx/nginx.conf RUN rm -rf /usr/share/nginx/html/* COPY --from=build /panoee-studio/build/ /usr/share/nginx/html