From 921a4355ffb834c27039fd7b8b45fdfb882ada1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 06:38:25 +0000 Subject: [PATCH] fix: frontend/events/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-CURL-8348469 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-8348469 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7931858 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- frontend/events/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/events/Dockerfile b/frontend/events/Dockerfile index 12c2225..5e1da7c 100644 --- a/frontend/events/Dockerfile +++ b/frontend/events/Dockerfile @@ -14,7 +14,7 @@ RUN npm run build -FROM nginx:stable-alpine +FROM nginx:1.27.2-alpine3.20 COPY nginx.conf /etc/nginx/nginx.conf COPY --from=build /usr/src/app/dist/events /usr/share/nginx/html