From 03f1c1c932266c8c619ccbe05e73e5726340cd4d Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Fri, 17 Nov 2023 19:04:00 +0000 Subject: [PATCH] navidrome: Update to version 0.50.0 --- service/navidrome/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/navidrome/Containerfile b/service/navidrome/Containerfile index 3a488ac..7b7aaf7 100644 --- a/service/navidrome/Containerfile +++ b/service/navidrome/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bookworm-slim -ARG VERSION=0.49.3 +ARG VERSION=0.50.0 ENV PACKAGE_URL https://github.com/deluan/navidrome/releases/download/v${VERSION}/navidrome_${VERSION}_Linux_x86_64.tar.gz RUN apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends \