From 5a8811260594833ef81636582cc8e511e2a0f989 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 1 Aug 2024 12:33:04 -0400 Subject: [PATCH] Fix sidekiq image version --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index b4e10c0..6d88085 100644 --- a/compose.yml +++ b/compose.yml @@ -164,7 +164,7 @@ services: volumes: *appVolume # used to make sure this volume is created sidekiq: - image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.0.15-hometown-1.1.1 + image: git.coopcloud.tech/coop-cloud-chaos-patchs/hometown:v4.2.10-hometown-1.1.1 secrets: *secrets command: bundle exec sidekiq configs: *configs