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 241 forks source link

Update to Node.js v18.0.0 #517

Closed maorielvis closed 10 months ago

maorielvis commented 10 months ago

Current Situation

I need to update Node to Node.js v18.0.0.

I've pulled down the latest build, and it is still showing Node version v16.13.2

Does the latest build support v18.0.0?

Docker Config

.

Logs

No response

Host Operating System

QNAP

Host Architecture

x86_64 / amd64

NorthernMan54 commented 10 months ago

Yes the latest build does support a more recent nodejs. Pleaee double check your image location, as we moved the image to homebridge/homebridge

maorielvis commented 10 months ago

Thanks @NorthernMan54 have updated the container with that new image and it worked.

Thanks for your help