From 39e93f0f1e1d65fd0ccffae1d2d21f61209d5e29 Mon Sep 17 00:00:00 2001 From: Santiago Soto Date: Fri, 11 Oct 2024 22:20:19 -0300 Subject: [PATCH] Snapcast update 0.29 (#1705) --- Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1