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:
co-authored by
Claude Opus 4.8
parent
c5d487effe
commit
6cfa2a50c9
@@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
romm:
|
romm:
|
||||||
# Pinned: save-sync (/api/sync/*) + raw content_hash fix need 4.9.0-beta.2.
|
# Floating v4 tag (watchtower-tracked). The save-sync (/api/sync/*) + raw
|
||||||
# Revert to :4 once 4.9.0 stable is released.
|
# content_hash fixes that once forced a 4.9.0-beta.2 pin are now in stable 4.9.x.
|
||||||
image: rommapp/romm:4.9.0-beta.2
|
image: rommapp/romm:4
|
||||||
container_name: romm
|
container_name: romm
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks: [roms, edge]
|
networks: [roms, edge]
|
||||||
|
|||||||
Reference in New Issue
Block a user