From 3be021657037daf6fbb6b898911dee6cc3fad384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:46:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Lidarr/Lidarr=20t?= =?UTF-8?q?o=20v2.8.2.4493=20(#32)?= 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 b6249e9..e807c16 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.7.1.4417 +ARG LIDARR_VERSION=2.8.2.4493 ARG BUILD_ARCH=amd64 ARG BUILD_VERSION=dev ENV XDG_CONFIG_HOME="/config/xdg"