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

Node.js v14.17.x #380

Closed aschoepe closed 2 years ago

aschoepe commented 2 years ago

I saw that I can update the docker installation this way.

docker stop homebridge docker pull oznu/homebridge:latest docker start homebridge

Currently contains the oznu/homebridge:latest Node.js v14.15.1

I have seen that updates to Node.js 14.17.3 have already been built in the master. Can I access it already via the way described above with another token? Or do I have to wait for the next release? There is a package I would like to install, but it requires Node.js >= v14.17.0.

Best Alex

oznu commented 2 years ago

I saw that I can update the docker installation this way. docker stop homebridge docker pull oznu/homebridge:latest docker start homebridge

^ This will not work. You need to recreate the container or use docker-compose and run:

docker-compose pull homebridge
docker-compose up -d