From aa7c05bd1110bd8bdaf47fe4270241be90834ae1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Dec 2023 18:25:44 +0000 Subject: [PATCH] fix: dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index d936920..ed7d745 100644 --- a/dockerfile +++ b/dockerfile @@ -17,7 +17,7 @@ RUN npm run build -FROM nginx:alpine +FROM nginx:1.25.3-alpine3.18 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