navidrome: Update to version 0.50.0

This commit is contained in:
Alex Palaistras 2023-11-17 19:04:00 +00:00
parent 70cc88efbf
commit 03f1c1c932

View File

@ -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 \