mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-09 01:20:21 +09:00
4d3b567149
Docker 29 itself works; the breakage on the GHA runner image was the overlayfs default. Setting storage-driver=overlay2 restores the long-standing default and lets the suite run on the current Docker without the apt downgrade dance. Fixes #3094