From eebfea7b90419026a3be94e0d178008ab754d4ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 16:38:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/c?= =?UTF-8?q?argo=20to=20v1.71.1-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spotify/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotify/Dockerfile b/spotify/Dockerfile index 95c3aca..56578d6 100755 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -11,7 +11,7 @@ ARG LIBRESPOT_VERSION="0.4.2" RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - cargo=1.71.0-r0 \ + cargo=1.71.1-r0 \ git=2.40.1-r0 \ protobuf-dev=3.21.12-r2 \ pulseaudio-dev=16.1-r10 \