From e6ca44d464458559b1f33b91f921854f2de39b60 Mon Sep 17 00:00:00 2001 From: Vili Tikkanen <39312018+vilitik@users.noreply.github.com> Date: Tue, 22 Sep 2026 17:52:49 +0300 Subject: [PATCH] fix(service): Update Plausible to v3.2.1 due to CVE-2026-8467 --- templates/compose/plausible.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/plausible.yaml b/templates/compose/plausible.yaml index de1749e588..66b1f0eacc 100644 --- a/templates/compose/plausible.yaml +++ b/templates/compose/plausible.yaml @@ -7,7 +7,7 @@ services: plausible: - image: "ghcr.io/plausible/community-edition:v3.0.1" + image: "ghcr.io/plausible/community-edition:v3.2.1" command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"' environment: - SERVICE_URL_PLAUSIBLE