From c368b162f703cdfa9297e80da9e83f502c710576 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Mon, 27 Jun 2022 12:53:17 +0000 Subject: [PATCH] Update arm64v8.dockerfile --- arm64v8.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arm64v8.dockerfile b/arm64v8.dockerfile index da11972..09e5bfd 100644 --- a/arm64v8.dockerfile +++ b/arm64v8.dockerfile @@ -11,10 +11,11 @@ COPY --from=builder qemu-aarch64-static /usr/bin LABEL maintainer="RandomNinjaAtk" ENV dockerTitle="lidarr-extended" -ENV dockerVersion="1.0.141" +ENV dockerVersion="1.0.142" ENV LANG=en_US.UTF-8 ENV autoStart=true ENV configureLidarrWithOptimalSettings=false +ENV dlClientSource=deezer ENV audioFormat=native ENV audioBitrate=lossless ENV audioLyricType=both