File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ENV PATH="${PATH}:/homebridge/node_modules/.bin"
24
24
ENV HOMEBRIDGE_VERSION=1.4.0
25
25
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
26
26
27
- ENV CONFIG_UI_VERSION=4.42 .0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
27
+ ENV CONFIG_UI_VERSION=4.43 .0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
28
28
RUN npm install -g --unsafe-perm homebridge-config-ui-x@${CONFIG_UI_VERSION}
29
29
30
30
WORKDIR /homebridge
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV PATH="${PATH}:/homebridge/node_modules/.bin"
26
26
ENV HOMEBRIDGE_VERSION=1.4.0
27
27
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
28
28
29
- ENV CONFIG_UI_VERSION=4.42 .0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
29
+ ENV CONFIG_UI_VERSION=4.43 .0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
30
30
RUN npm install -g --unsafe-perm homebridge-config-ui-x@${CONFIG_UI_VERSION}
31
31
32
32
WORKDIR /homebridge
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"description" : " This file keeps track of which plugins should be installed." ,
4
4
"dependencies" : {
5
- "homebridge-dummy" : " ^0.5 .0"
5
+ "homebridge-dummy" : " ^0.6 .0"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments