From d435b2b0e45505bcc15a5bbb7041b9aa93274128 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 15 May 2026 17:53:13 +0200 Subject: [PATCH] fix(infra): pin GlitchTip image to 6.1.6 (v4 tag never existed) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit glitchtip/glitchtip:v4 is not a real tag — GlitchTip does not use a v-prefix in its Docker image versioning. Latest stable release is 6.1.6. Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.observability.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.observability.yml b/docker-compose.observability.yml index 406365a6..b83cb439 100644 --- a/docker-compose.observability.yml +++ b/docker-compose.observability.yml @@ -184,7 +184,7 @@ services: - obs-net obs-glitchtip: - image: glitchtip/glitchtip:v4 + image: glitchtip/glitchtip:6.1.6 container_name: obs-glitchtip restart: unless-stopped depends_on: @@ -207,7 +207,7 @@ services: - obs-net obs-glitchtip-worker: - image: glitchtip/glitchtip:v4 + image: glitchtip/glitchtip:6.1.6 container_name: obs-glitchtip-worker restart: unless-stopped command: ./bin/run-celery-with-beat.sh