feat: speed up docker build

This commit is contained in:
Aarnav Tale
2025-06-22 16:59:21 -04:00
parent 87b8d64bcc
commit 2bf088b4a9
3 changed files with 15 additions and 4 deletions
+1
View File
@@ -9,6 +9,7 @@
- You may need to run `chown -R 65532:65532 <host_path>` on your data directory to ensure the container can write to it.
- Removing a Split DNS record will no longer make the split domain unresolvable by clients (closes [#231](https://github.com/tale/headplane/issues/231)).
- Reintroduce the toggle for overriding local DNS settings in the Headscale config (closes [#236](https://github.com/tale/headplane/issues/236)).
- Prefer cross-compiling in the Dockerfile to speed up builds while still supporting multiple architectures.
### 0.6.0 (May 25, 2025)
- Headplane 0.6.0 now requires **Headscale 0.26.0** or newer.