diff --git a/images/docker-librespeed/index.html b/images/docker-librespeed/index.html
index 65e0470e6f..fb2aca762b 100644
--- a/images/docker-librespeed/index.html
+++ b/images/docker-librespeed/index.html
@@ -61,5 +61,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/librespeed: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.06.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
- 23.12.23: - Rebase to Alpine 3.19 with php 8.3.
- 06.12.23: - Replace php mysqli with php pdo_pgsql.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 14.05.23: - Added support for ipinfo.io
- 20.01.23: - Rebase to alpine 3.17 with php8.1.
- 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
- 01.03.21: - Fix up database settings. Make sure
index.html
is recreated. - 28.02.21: - Added php7-ctype.
- 23.01.21: - Rebasing to alpine 3.13.
- 01.06.20: - Rebasing to alpine 3.12.
- 29.04.20: - Add donation links for LibreSpeed to Github sponsor button and container log.
- 09.01.20: - Initial Release.