Update HA add-on: bump Node to 22 (Clawdbot now requires >=22)

This commit is contained in:
TheLast
2026-01-27 19:35:12 +02:00
parent 23ecbd3cc3
commit f78c560b4a
+1 -1
View File
@@ -3,7 +3,7 @@ FROM ${BUILD_FROM}
# Base image is Alpine (HA add-ons base). It may only provide Node 18.x. # Base image is Alpine (HA add-ons base). It may only provide Node 18.x.
# Clawdbot requires Node 20+, so we install a Node 20 musl build directly. # Clawdbot requires Node 20+, so we install a Node 20 musl build directly.
ARG NODE_VERSION=20.11.1 ARG NODE_VERSION=22.12.0
RUN apk add --no-cache \ RUN apk add --no-cache \
bash \ bash \