fix: use distroless and fix build

This commit is contained in:
Aarnav Tale 2025-06-20 11:32:27 -04:00
parent 71f130ede5
commit 73f0a0d273
No known key found for this signature in database
7 changed files with 32 additions and 28 deletions

View file

@ -5,6 +5,7 @@
- Begin using a new SQLite database file in `/var/lib/headplane/hp_persist.db`.
- The database is created automatically if it does not exist.
- It currently stores SSH connection details and will migrate older data.
- The docker container now runs in a non-root, distroless image (closes [#255](https://github.com/tale/headplane/issues/255))
### 0.6.0 (May 25, 2025)
- Headplane 0.6.0 now requires **Headscale 0.26.0** or newer.