File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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.1
25
25
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
26
26
27
- ENV CONFIG_UI_VERSION=4.44.0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
27
+ ENV CONFIG_UI_VERSION=4.44.1 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.1
27
27
RUN npm install -g --unsafe-perm homebridge@${HOMEBRIDGE_VERSION}
28
28
29
- ENV CONFIG_UI_VERSION=4.44.0 HOMEBRIDGE_CONFIG_UI=1 HOMEBRIDGE_CONFIG_UI_PORT=8581
29
+ ENV CONFIG_UI_VERSION=4.44.1 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
You can’t perform that action at this time.
0 commit comments