From: Santiago Soto Date: Sat, 12 Oct 2024 01:20:19 +0000 (-0300) Subject: Snapcast update 0.29 (#1705) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=39e93f0f1e1d65fd0ccffae1d2d21f61209d5e29;p=music-assistant-server.git Snapcast update 0.29 (#1705) --- diff --git a/Dockerfile.base b/Dockerfile.base index 734367a0..5aa8d1df 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -19,7 +19,7 @@ RUN set -x \ # install ffmpeg from community repo && apk add --no-cache ffmpeg --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community \ # install snapcast from community repo - && apk add --no-cache snapcast --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community \ + && apk add --no-cache snapcast --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community \ # install libnfs from community repo && apk add --no-cache libnfs --repository=https://dl-cdn.alpinelinux.org/alpine/v3.20/community \ # install openssl-dev (needed for airplay)