diff --git a/images/docker-budge/index.html b/images/docker-budge/index.html
index e854fc82a8..09baa34bba 100644
--- a/images/docker-budge/index.html
+++ b/images/docker-budge/index.html
@@ -46,4 +46,4 @@
--pull \
-t lscr.io/linuxserver/budge: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
- 06.03.24: - Existing users should update: site-confs/default.conf - Cleanup default site conf.
- 06.03.24: - Rebase to Alpine 3.19 with php 8.3.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 13.04.23: - Move ssl.conf include to default.conf.
- 29.11.22: - Rebase to Alpine 3.17, migrate to s6v3.
- 04.15.22: - Added NPM command to run db migrations.
- 02.05.22: - Initial Release.