We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306adf5 commit 2d1baa2Copy full SHA for 2d1baa2
Dockerfile
@@ -3,7 +3,7 @@ FROM oznu/s6-node:8.9.4
3
RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus \
4
&& mkdir /homebridge
5
6
-ENV HOMEBRIDGE_VERSION=0.4.36
+ENV HOMEBRIDGE_VERSION=0.4.37
7
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
8
9
ENV CONFIG_UI_VERSION=2.4.0
Dockerfile.raspberry-pi
@@ -3,7 +3,7 @@ FROM oznu/s6-node:8.9.4-armhf
0 commit comments