From e707d701ea17d7d214894823b7c5858c7887ee7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:05:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20morpheus65535/baz?= =?UTF-8?q?arr=20to=20v1.4.5=20(#32)?= 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 33061ff..0bdecdd 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.4 +ARG BAZARR_VERSION=1.4.5 ARG UNRAR_VERSION=6.2.12 # hadolint ignore=DL3003,DL3042 RUN \