Skip to content

Commit

Permalink
bumped config ui version
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jan 24, 2018
1 parent a807b25 commit 306adf5
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 @@ -6,7 +6,7 @@ RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus
ENV HOMEBRIDGE_VERSION=0.4.36
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}

ENV CONFIG_UI_VERSION=2.3.1
ENV CONFIG_UI_VERSION=2.4.0
RUN npm install -g --unsafe-perm homebridge-config-ui-x@${CONFIG_UI_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 @@ -6,7 +6,7 @@ RUN apk add --no-cache git python make g++ avahi-compat-libdns_sd avahi-dev dbus
ENV HOMEBRIDGE_VERSION=0.4.36
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}

ENV CONFIG_UI_VERSION=2.3.1
ENV CONFIG_UI_VERSION=2.4.0
RUN npm install -g --unsafe-perm homebridge-config-ui-x@${CONFIG_UI_VERSION}

WORKDIR /homebridge
Expand Down

0 comments on commit 306adf5

Please sign in to comment.