Skip to content

Commit 2d1baa2

Browse files
committed
upgraded homebridge to 0.4.37
1 parent 306adf5 commit 2d1baa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM oznu/s6-node:8.9.4
33
RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus \
44
&& mkdir /homebridge
55

6-
ENV HOMEBRIDGE_VERSION=0.4.36
6+
ENV HOMEBRIDGE_VERSION=0.4.37
77
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
88

99
ENV CONFIG_UI_VERSION=2.4.0

Dockerfile.raspberry-pi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM oznu/s6-node:8.9.4-armhf
33
RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus \
44
&& mkdir /homebridge
55

6-
ENV HOMEBRIDGE_VERSION=0.4.36
6+
ENV HOMEBRIDGE_VERSION=0.4.37
77
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
88

99
ENV CONFIG_UI_VERSION=2.4.0

0 commit comments

Comments
 (0)