From aff04d35c3a83a783be86bf85d3dd7da8b4831c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Jul 2024 06:49:06 +0000 Subject: [PATCH] fix: frontend/events/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 --- frontend/events/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/events/Dockerfile b/frontend/events/Dockerfile index 12c2225..1b75b74 100644 --- a/frontend/events/Dockerfile +++ b/frontend/events/Dockerfile @@ -14,7 +14,7 @@ RUN npm run build -FROM nginx:stable-alpine +FROM nginx:1.26.1-alpine3.19 COPY nginx.conf /etc/nginx/nginx.conf COPY --from=build /usr/src/app/dist/events /usr/share/nginx/html