From d9a3ff082f105dbadc1b1e57459f619e45685b2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 May 2023 02:12:24 +0000 Subject: [PATCH] fix: frontend/events/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5561309 - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5561313 - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5561315 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 --- frontend/events/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/events/Dockerfile b/frontend/events/Dockerfile index 12c2225..ba1c643 100644 --- a/frontend/events/Dockerfile +++ b/frontend/events/Dockerfile @@ -14,7 +14,7 @@ RUN npm run build -FROM nginx:stable-alpine +FROM nginx:mainline-alpine COPY nginx.conf /etc/nginx/nginx.conf COPY --from=build /usr/src/app/dist/events /usr/share/nginx/html