From 52333efb2c2a6d587526130529acbb2b54484368 Mon Sep 17 00:00:00 2001 From: Ariq Pradipa Santoso <70847073+ariqpradipa@users.noreply.github.com> Date: Wed, 22 Oct 2025 07:08:46 +0700 Subject: [PATCH] pin sparkyfitness server image version Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/sparkyfitness.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/sparkyfitness.yaml b/templates/compose/sparkyfitness.yaml index 0688ecb5b..a10a2f4d6 100644 --- a/templates/compose/sparkyfitness.yaml +++ b/templates/compose/sparkyfitness.yaml @@ -14,7 +14,7 @@ services: - sparkyfitness-server sparkyfitness-server: - image: 'codewithcj/sparkyfitness_server:latest' + image: 'codewithcj/sparkyfitness_server:v0.15.7.3' # Released on Oct 18, 2025 environment: - 'SPARKY_FITNESS_LOG_LEVEL=${SPARKY_FITNESS_LOG_LEVEL:-info}' - 'SPARKY_FITNESS_DB_USER=${SERVICE_USER_POSTGRES}'