diff --git a/images/docker-your_spotify/index.html b/images/docker-your_spotify/index.html
index da4ddf134d..b70e004852 100644
--- a/images/docker-your_spotify/index.html
+++ b/images/docker-your_spotify/index.html
@@ -52,5 +52,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/your_spotify:latest .
-
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 27.05.24: - Existing users should update their nginx confs to avoid http2 deprecation warnings.
- 24.05.24: - Rebase to Alpine 3.20.
- 02.03.24: - Updates for changes in 1.8.0. Initial DB migration may take several minutes.
- 24.01.24: - Existing users should update: site-confs/default.conf - Cleanup default site conf.
- 23.12.23: - Rebase to Alpine 3.19 with php 8.3.
- 23.01.23: - Rebase to Alpine 3.18, standardize nginx default site conf.
- 23.01.23: - Initial Release.