From 602196a12586c09bed4a9c36f41e9c3f22861be2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 11:57:23 +0000 Subject: [PATCH] fix: build/docker/DendriteJS.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-LIBXSLT-10691002 - https://snyk.io/vuln/SNYK-DEBIAN13-GNUTLS28-5681083 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 --- build/docker/DendriteJS.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/DendriteJS.Dockerfile b/build/docker/DendriteJS.Dockerfile index 5e1cffcad4..377b1f5c43 100644 --- a/build/docker/DendriteJS.Dockerfile +++ b/build/docker/DendriteJS.Dockerfile @@ -94,7 +94,7 @@ RUN echo $'\ } \n\ }' > webapp/config.json -FROM nginx +FROM nginx:1.29.4-trixie # Add "Service-Worker-Allowed: /" header so the worker can sniff traffic on this domain rather # than just the path this gets hosted under. NB this newline echo syntax only works on bash. SHELL ["/bin/bash", "-c"]