From 80a9334d4fdd5f7248f317d7de3f80c87b078e80 Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Fri, 3 Oct 2025 17:13:22 +0200 Subject: [PATCH] Update Dockerfile --- snapserver/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snapserver/Dockerfile b/snapserver/Dockerfile index 1d69603..6fcd92b 100644 --- a/snapserver/Dockerfile +++ b/snapserver/Dockerfile @@ -12,14 +12,14 @@ RUN \ /tmp/* #Install Librespot -RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ librespot=0.6.0-r0 +RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ librespot=0.7.1-r0 #Install Snapcast -RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ snapcast-server=0.31.0-r0 +RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/ snapcast=0.32.3-r0 #Install Snapweb RUN \ - wget https://github.com/badaix/snapweb/releases/download/v0.8.0/snapweb.zip && \ + wget https://github.com/badaix/snapweb/releases/download/v0.9.2/snapweb.zip && \ unzip -o snapweb.zip -d /usr/share/snapserver/snapweb/ && \ rm snapweb.zip