From aa2f8f752672087c888a509d16dd2676c983eeeb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 08:00:06 +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 55848e33..a3dc4b86 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.29.0-alpine COPY --from=node /app/dist/streaming /usr/share/nginx/html