From 38c742e1583157737494794a1d3e989d88c5e1f7 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 14:58:00 +0000 Subject: [PATCH] Fix Seerr docker image tag Updated the `ghcr.io/seerr-team/seerr` docker image tag from the non-existent `2.4.1` to `v3.2.0` in `docker-compose.yml`. This fixes the container deployment failure during the image pull phase. Using a specific tag instead of `latest` satisfies the project's test requirements and is best practice. Co-authored-by: nordicnode <128633122+nordicnode@users.noreply.github.com> --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 55e739a..0fb1a2e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -175,7 +175,7 @@ services: # ── Seerr ─────────────────────────────────────────────────────── # Media request & discovery frontend. seerr: - image: ghcr.io/seerr-team/seerr:2.4.1 + image: ghcr.io/seerr-team/seerr:v3.2.0 container_name: seerr user: "${PUID}:${PGID}" restart: unless-stopped