diff --git a/images/docker-kdenlive/index.html b/images/docker-kdenlive/index.html
index dcd86253a1..98512dfb4b 100644
--- a/images/docker-kdenlive/index.html
+++ b/images/docker-kdenlive/index.html
@@ -60,4 +60,4 @@
--pull \
-t lscr.io/linuxserver/kdenlive: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
- 19.08.24: - Rebase to noble. Use pypi and lsio wheels.
- 10.02.24: - Update Readme with new env vars and ingest proper PWA icon.
- 24.04.23: - Ensure application launches in fullscreen.
- 18.03.23: - Rebase to KasmVNC base image.
- 16.09.22: - Migrate to s6v3.
- 09.03.22: - Update seccomp explanation.
- 07.03.22: - Initial release.