From 1956cd5a565192c6d6df892d91af7d375688d418 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:23:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Prowlarr/Prowlarr?= =?UTF-8?q?=20to=20v1.14.3.4333=20(#8)?= 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 81c2879..b8f8f08 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.13.3.4273 +ARG PROWLARR_VERSION=1.14.3.4333 ARG BUILD_ARCH=amd64 ARG BUILD_VERSION=dev ENV XDG_CONFIG_HOME="/config/xdg"