homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 240 forks source link

homebridge-yeelighter v2.3.18 needs node.js 16.6.0 #410

Closed nexuscan closed 2 years ago

nexuscan commented 2 years ago

Describe Your Problem: using lates version of homebridge and using homebridge-yeelighter v2.3.13 I am try to update to homebridge-yeelighter v2.3.18 but is says: The homebridge-yeelighter plugin recommends running on Node.js v16.6.0 or later. You are currently running Node.js v14.18.0. Are you sure you want to update homebridge-yeelighter?

is there way to update node.js verson to 16.6.0 ?

Logs:

Show the Docker container logs here

Docker Start Command:

docker run --net=host ...

Homebridge Config:

Show your homebridge config.json here

Screenshots:

Environment:

patricksmith0330 commented 2 years ago

Use command sudo hb-service update-node

setheryb commented 2 years ago

Running that command, at least from my Synology gives me this response

✖ Updating Node.js on Alpine Linux / Docker is not supported by this command. ✖ To update Node.js you should pull down the latest version of the oznu/homebridge Docker image.

Seems like the update needs to be made at the level of the image.

Edit: Forgot to add, I followed the steps to pull down the latest image, but still have the same version of node.

S474N commented 2 years ago

There is new version with Node.js v16.13.2