Skip to content

Commit

Permalink
upgrade homebridge to 0.4.36
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jan 11, 2018
1 parent 5946cf3 commit c66be4f
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 @@ -4,7 +4,7 @@ RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus
&& npm config set package-lock false \
&& mkdir /homebridge

ENV HOMEBRIDGE_VERSION=0.4.35
ENV HOMEBRIDGE_VERSION=0.4.36
RUN npm install -g --unsafe-perm homebridge@$HOMEBRIDGE_VERSION

WORKDIR /homebridge
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.raspberry-pi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus
&& npm config set package-lock false \
&& mkdir /homebridge

ENV HOMEBRIDGE_VERSION 0.4.35
ENV HOMEBRIDGE_VERSION 0.4.36
RUN npm install -g --unsafe-perm homebridge@$HOMEBRIDGE_VERSION

WORKDIR /homebridge
Expand Down

0 comments on commit c66be4f

Please sign in to comment.