From b76241ca6fd3a00679c9f4817a60f41af474719d Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 27 Apr 2026 15:52:18 -0400 Subject: [PATCH] fix: specify version tag for sonarr_outpost image in compose.yaml --- nodes/heimdall/sonarr/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/sonarr/compose.yaml b/nodes/heimdall/sonarr/compose.yaml index f276024..b2d30ed 100644 --- a/nodes/heimdall/sonarr/compose.yaml +++ b/nodes/heimdall/sonarr/compose.yaml @@ -36,7 +36,7 @@ services: # - "traefik.http.services.sonarr.loadbalancer.server.port=8989" sonarr_outpost: - image: ghcr.io/goauthentik/proxy + image: ghcr.io/goauthentik/proxy:2026.2.2 # Optionally specify the container's network, which must be able to reach the core authentik server. networks: - proxy-net