Skip to content

Commit 972b281

Browse files
committed
homebridge ui 4.43.0
1 parent bb07087 commit 972b281

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV PATH="${PATH}:/homebridge/node_modules/.bin"
2424
ENV HOMEBRIDGE_VERSION=1.4.0
2525
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
2626

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
2828
RUN npm install -g --unsafe-perm homebridge-config-ui-x@${CONFIG_UI_VERSION}
2929

3030
WORKDIR /homebridge

Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV PATH="${PATH}:/homebridge/node_modules/.bin"
2626
ENV HOMEBRIDGE_VERSION=1.4.0
2727
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
2828

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
3030
RUN npm install -g --unsafe-perm homebridge-config-ui-x@${CONFIG_UI_VERSION}
3131

3232
WORKDIR /homebridge

root/defaults/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"private": true,
33
"description": "This file keeps track of which plugins should be installed.",
44
"dependencies": {
5-
"homebridge-dummy": "^0.5.0"
5+
"homebridge-dummy": "^0.6.0"
66
}
77
}

0 commit comments

Comments
 (0)