From 76246a1636788f9c1085914e3254745755a3e4e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:46:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20librespot=20to=20?= =?UTF-8?q?0.6.0=20(#273)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- spotify/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotify/Dockerfile b/spotify/Dockerfile index 0de5272..d570b4f 100755 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG LIBRESPOT_VERSION="0.4.2" +ARG LIBRESPOT_VERSION="0.6.0" # hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \