From 1b6f00a31206ef4e1d3df9ef1ebdf8fc5ce23aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:00:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Lidarr/Lidarr=20t?= =?UTF-8?q?o=20v2.11.2.4629=20(#51)?= 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 015c2e8..7cfd17b 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.10.3.4602 +ARG LIDARR_VERSION=2.11.2.4629 ARG BUILD_ARCH=amd64 ARG BUILD_VERSION=dev ENV XDG_CONFIG_HOME="/config/xdg"