From fc4161bd9ee8a40a483f0f80a40f9386697ebc13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:37:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Prowlarr/Prowlarr?= =?UTF-8?q?=20to=20v1.35.1.5034=20(#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- prowlarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index e88085c..2058ea9 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG PROWLARR_VERSION=1.34.1.5021 +ARG PROWLARR_VERSION=1.35.1.5034 ARG BUILD_ARCH=amd64 ARG BUILD_VERSION=dev ENV XDG_CONFIG_HOME="/config/xdg"