From f4c2c77dd805cd3f3b21e4654b6e85bc90fa7d61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 15:27:35 +0000 Subject: [PATCH] chore(deps): update ghcr.io/phase-rs/phase-server docker tag to v0.34.0 --- phase/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phase/compose.yaml b/phase/compose.yaml index e67ff38..cef19b0 100644 --- a/phase/compose.yaml +++ b/phase/compose.yaml @@ -11,7 +11,7 @@ services: # Caddy at phase-server:9374; no host port. phase-server: <<: *hardening - image: ghcr.io/phase-rs/phase-server:v0.31.0 # Renovate tracks it. NOTE: the + image: ghcr.io/phase-rs/phase-server:v0.34.0 # Renovate tracks it. NOTE: the # shipped frontend MUST be built from this SAME tag. When Renovate bumps this # image, re-ship the frontend from the new tag or the /ws lobby protocol can # drift out of sync.