diff --git a/images/docker-kimai/index.html b/images/docker-kimai/index.html
index 342b55a36a..f613b73d1e 100644
--- a/images/docker-kimai/index.html
+++ b/images/docker-kimai/index.html
@@ -89,4 +89,4 @@
--pull \
-t lscr.io/linuxserver/kimai: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
- 30.06.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
- 24.03.24: - Added LDAP module to composer
- 06.03.24: - Existing users should update: site-confs/default.conf - Cleanup default site conf.
- 23.01.24: - Rebase to Alpine 3.19 with php 8.3.
- 02.01.24: - Symlink config.yaml to /config for user editing.
- 21.08.23: - Important documentation update for setting
DATABASE_URL
with version 2.0.30 and later. - 09.08.23: - Initial Release.