Skip to content

Commit 59516c5

Browse files
authored
Update Dockerfile
1 parent b3c4f33 commit 59516c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk add --no-cache \
2222

2323
ARG BUILD_ARCH
2424
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 ; \
25+
apk add --no-cache --repository=https://mirror.fel.cvut.cz/alpine/edge/testing/ librespot=0.4.2-r4 ; \
2626
else \
2727
apk add --no-cache librespot ; \
2828
fi

0 commit comments

Comments
 (0)