From 8da22f34f045d1af44893506ec3eb822b61eec01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:33:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20morpheus65535/baz?= =?UTF-8?q?arr=20to=20v1.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bazarr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 23c802e..a73c2a6 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BAZARR_VERSION=1.4.5 +ARG BAZARR_VERSION=1.5.0 ARG UNRAR_VERSION=6.2.12 # hadolint ignore=DL3003,DL3042 RUN \