From 54adda66275ae8bece198d08614d65ef6d08fd05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Nov 2024 00:10:59 +0000 Subject: [PATCH] fix: owasp-top10-2017-apps/a7/streaming/deployments/frontend.dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-FREETYPE-1019627 - https://snyk.io/vuln/SNYK-ALPINE39-BZIP2-452847 - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-458529 - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-458529 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 --- .../a7/streaming/deployments/frontend.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owasp-top10-2017-apps/a7/streaming/deployments/frontend.dockerfile b/owasp-top10-2017-apps/a7/streaming/deployments/frontend.dockerfile index 55848e3..4ca5d27 100644 --- a/owasp-top10-2017-apps/a7/streaming/deployments/frontend.dockerfile +++ b/owasp-top10-2017-apps/a7/streaming/deployments/frontend.dockerfile @@ -18,7 +18,7 @@ ARG env=prod RUN npm run build -FROM nginx:1.17.1-alpine +FROM nginx:1.27.3-alpine COPY --from=node /app/dist/streaming /usr/share/nginx/html