Skip to content

Commit 46c30df

Browse files
committed
Upgrade spotify to 5.0.0a3
1 parent a8c54ba commit 46c30df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ docker/snapserver/meta_mopidy.py
2020
docker/mopidy/mopidy.conf
2121
docker/mopidy/iris/
2222
docker/mopidy/m3u/
23+
docker/mopidy/spotify/
2324
docker/mopidy/icecast2.xml
2425
docker/jellyfin/
2526
docker-compose.yml

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ RUN git clone --depth 1 --single-branch -b ${IRIS_VERSION} https://github.com/ja
129129
&& cp /iris/VERSION /
130130

131131
# Install Mopidy Spotify
132-
ARG MOPIDY_SPOTIFY_TAG=v5.0.0a1
132+
ARG MOPIDY_SPOTIFY_TAG=v5.0.0a3
133133
RUN git clone --depth 1 --single-branch -b ${MOPIDY_SPOTIFY_TAG} https://github.com/mopidy/mopidy-spotify.git mopidy-spotify \
134134
&& cd mopidy-spotify \
135135
&& python3 setup.py install \

0 commit comments

Comments
 (0)