From 6cfa2a50c9cf8f8dd10d549e9c32f819c393ae72 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Thu, 18 Jun 2026 02:41:11 -0500 Subject: [PATCH] chore(roms): unpin RomM from 4.9.0-beta.2 to floating :4 stable The save-sync (/api/sync/*) and raw content_hash fixes that forced the beta pin shipped in stable 4.9.x (now 4.9.2). Return to the watchtower- tracked :4 tag per the original design. Co-Authored-By: Claude Opus 4.8 --- stacks/roms/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/roms/docker-compose.yml b/stacks/roms/docker-compose.yml index 505450b..25a88f3 100644 --- a/stacks/roms/docker-compose.yml +++ b/stacks/roms/docker-compose.yml @@ -22,9 +22,9 @@ services: romm: - # Pinned: save-sync (/api/sync/*) + raw content_hash fix need 4.9.0-beta.2. - # Revert to :4 once 4.9.0 stable is released. - image: rommapp/romm:4.9.0-beta.2 + # Floating v4 tag (watchtower-tracked). The save-sync (/api/sync/*) + raw + # content_hash fixes that once forced a 4.9.0-beta.2 pin are now in stable 4.9.x. + image: rommapp/romm:4 container_name: romm restart: unless-stopped networks: [roms, edge]