From 1f9a2c4da33e7b56b7548060f8d0126b70ec2c8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:31:06 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Prowlarr/Prowlarr?= =?UTF-8?q?=20to=20v1.13.3.4273=20(#7)?= 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 2dc27d8..81c2879 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.11.4.4173 +ARG PROWLARR_VERSION=1.13.3.4273 ARG BUILD_ARCH=amd64 ARG BUILD_VERSION=dev ENV XDG_CONFIG_HOME="/config/xdg"