From 00b81c8ecc2156ae508b27a4e480a1f6f4b943ab Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:34:31 +0530 Subject: [PATCH] updated umami service image to patch nextjs CVE-2025-55183 & CVE-2025-55184 --- templates/compose/umami.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/umami.yaml b/templates/compose/umami.yaml index 2b4ed1972..7c9cdaee6 100644 --- a/templates/compose/umami.yaml +++ b/templates/compose/umami.yaml @@ -7,7 +7,7 @@ services: umami: - image: ghcr.io/umami-software/umami:3.0.2 + image: ghcr.io/umami-software/umami:3.0.3 environment: - SERVICE_URL_UMAMI_3000 - DATABASE_URL=postgres://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/$POSTGRES_DB