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 <noreply@anthropic.com>
This commit is contained in:
ginnoir
2026-06-18 02:41:11 -05:00
co-authored by Claude Opus 4.8
parent c5d487effe
commit 6cfa2a50c9
+3 -3
View File
@@ -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]