Update HA add-on: bump Node to 22 (Clawdbot now requires >=22)
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user