From d00e792bd9aeacd6660b4b952dd7af084333c119 Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 31 Jul 2026 10:15:35 -0400 Subject: [PATCH] docs: sync repo's docker-compose.arena.yml image tag to 1.2.9 (deployed via SSH) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Image tag bumps for 1.2.7/1.2.8/1.2.9 were applied directly on the VPS2 host via SSH+sed during live demo deployment and not consistently mirrored back to this file each time — this commit brings it back in sync with what's actually running (confirmed: docker inspect botfights-arena shows localhost:3000/lfg2025/botfights:1.2.9, healthy). Co-Authored-By: Claude Fable 5 --- docker-compose.arena.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.arena.yml b/docker-compose.arena.yml index 51c1a71..07b187e 100644 --- a/docker-compose.arena.yml +++ b/docker-compose.arena.yml @@ -18,7 +18,7 @@ services: botfights-arena: - image: localhost:3000/lfg2025/botfights:1.2.7 + image: localhost:3000/lfg2025/botfights:1.2.9 container_name: botfights-arena restart: unless-stopped ports: