From b2ec446b7cf8c1c014f3f76c3e88180f4a9b346f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:51:29 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Lidarr/Lidarr=20t?= =?UTF-8?q?o=20v2.9.6.4552=20(#35)?= 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> --- lidarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lidarr/Dockerfile b/lidarr/Dockerfile index e23a2d5..80b68df 100644 --- a/lidarr/Dockerfile +++ b/lidarr/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG LIDARR_VERSION=2.8.2.4493 +ARG LIDARR_VERSION=2.9.6.4552 ARG BUILD_ARCH=amd64 ARG BUILD_VERSION=dev ENV XDG_CONFIG_HOME="/config/xdg"