Skip to content

Commit

Permalink
upgraded homebridge to 0.4.37
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jan 24, 2018
1 parent 306adf5 commit 2d1baa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM oznu/s6-node:8.9.4
RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus \
&& mkdir /homebridge

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

ENV CONFIG_UI_VERSION=2.4.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM oznu/s6-node:8.9.4-armhf
RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus \
&& mkdir /homebridge

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

ENV CONFIG_UI_VERSION=2.4.0
Expand Down

0 comments on commit 2d1baa2

Please sign in to comment.