From abfd6c439b8d92b24d3cc046945669c4b038427c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Mar 2024 18:56:40 +0000 Subject: [PATCH] fix: frontend/events/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-EXPAT-6241041 - https://snyk.io/vuln/SNYK-ALPINE317-EXPAT-6241042 - https://snyk.io/vuln/SNYK-ALPINE317-EXPAT-6446349 --- frontend/events/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/events/Dockerfile b/frontend/events/Dockerfile index 12c2225..5dfe82a 100644 --- a/frontend/events/Dockerfile +++ b/frontend/events/Dockerfile @@ -14,7 +14,7 @@ RUN npm run build -FROM nginx:stable-alpine +FROM nginx:1.24-alpine3.17 COPY nginx.conf /etc/nginx/nginx.conf COPY --from=build /usr/src/app/dist/events /usr/share/nginx/html