fix(build): make Node 22 install deterministic in Dockerfile

- replace NodeSource setup_22.x pipe script with keyring + apt source
- prevent intermittent apt exit 100 during nodejs install
- bump add-on version to 0.5.57

Fixes #89
This commit is contained in:
root
2026-03-07 12:44:46 +02:00
parent 2c5fa46572
commit 6707c4ed28
3 changed files with 12 additions and 3 deletions
+3
View File
@@ -15,6 +15,9 @@ All notable changes to the OpenClaw Assistant Home Assistant Add-on will be docu
### Translations
- Added `controlui_disable_device_auth` labels/descriptions to: `en`, `bg`, `de`, `es`, `pl`, `pt-BR`.
### Fixed
- Docker build stability: replaced NodeSource `setup_22.x | bash` installer with explicit keyring + apt source configuration for Node.js 22, avoiding intermittent `apt-get install nodejs` exit code 100 failures.
## [0.5.54] - 2026-02-25
### Changed