Snapcast update 0.29 (#1705)
authorSantiago Soto <santiago@soto.uy>
Sat, 12 Oct 2024 01:20:19 +0000 (22:20 -0300)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 01:20:19 +0000 (03:20 +0200)
Dockerfile.base

index 734367a079771d3f9991dc5bc48080a83868e9b5..5aa8d1dfb459dd18bbd17b586f747fa01daae250 100644 (file)
@@ -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)