From 682db1effcba7b60120545c91bdfacec3ff70fdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:07:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Sonarr/Sonarr=20t?= =?UTF-8?q?o=20v4.0.6.1805=20(#20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sonarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 91a326a..f3a5184 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.5.1710 +ARG SONARR_VERSION=4.0.6.1805 ARG BUILD_ARCH=amd64 ARG BUILD_VERSION=dev ENV XDG_CONFIG_HOME="/config/xdg"