We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c4f33 commit 59516c5Copy full SHA for 59516c5
snapserver/Dockerfile
@@ -22,7 +22,7 @@ RUN apk add --no-cache \
22
23
ARG BUILD_ARCH
24
RUN if [ "${BUILD_ARCH}" = "amd64" ]; then \
25
- apk add --no-cache --repository=https://mirror.fel.cvut.cz/alpine/snapshots/2024-10-05/edge/testing/ librespot=0.4.2-r4 ; \
+ apk add --no-cache --repository=https://mirror.fel.cvut.cz/alpine/edge/testing/ librespot=0.4.2-r4 ; \
26
else \
27
apk add --no-cache librespot ; \
28
fi
0 commit comments