From a1c75271a1dcb14c80360dd643624d9a9c647b0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:57:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Sonarr/Sonarr=20t?= =?UTF-8?q?o=20v4.0.4.1491=20(#12)?= 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> --- sonarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 79d3ba8..84454a3 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG SONARR_VERSION=4.0.3.1413 +ARG SONARR_VERSION=4.0.4.1491 ARG BUILD_ARCH=amd64 ARG BUILD_VERSION=dev ENV XDG_CONFIG_HOME="/config/xdg"