From 5dcd0c16f516679591e68c993a9b218376cba141 Mon Sep 17 00:00:00 2001 From: Vaarlion <59558433+Vaarlion@users.noreply.github.com> Date: Sat, 11 Feb 2023 19:12:34 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Z-Wave=20JS?= =?UTF-8?q?=20UI=20to=20v8.8.5=20(Z-Wave=20JS=20to=2010.10.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/zwave-js/zwave-js-ui/releases/tag/v8.8.5 --- zwave-js-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zwave-js-ui/Dockerfile b/zwave-js-ui/Dockerfile index 5fcdeda..1e34375 100755 --- a/zwave-js-ui/Dockerfile +++ b/zwave-js-ui/Dockerfile @@ -23,7 +23,7 @@ RUN \ && npm install --global yarn@2.4.3 \ \ && curl -J -L -o /tmp/zwave-js-ui.tar.gz \ - "https://github.com/zwave-js/zwave-js-ui/archive/v8.8.3.tar.gz" \ + "https://github.com/zwave-js/zwave-js-ui/archive/v8.8.5.tar.gz" \ && tar zxvf \ /tmp/zwave-js-ui.tar.gz \ --strip 1 -C /opt \ From 71c0abf7dd0303389d86a8965f69aa98ead64ca7 Mon Sep 17 00:00:00 2001 From: Vaarlion <59558433+Vaarlion@users.noreply.github.com> Date: Sun, 19 Feb 2023 21:39:07 +0100 Subject: [PATCH 2/2] [bugfix] upgrade nodejs and python3-dev requirement --- zwave-js-ui/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zwave-js-ui/Dockerfile b/zwave-js-ui/Dockerfile index 1e34375..2b7d2ac 100755 --- a/zwave-js-ui/Dockerfile +++ b/zwave-js-ui/Dockerfile @@ -12,13 +12,13 @@ RUN \ build-base=0.5-r3 \ linux-headers=5.19.5-r0 \ npm=9.1.2-r0 \ - python3-dev=3.10.9-r1 \ + python3-dev=3.10.10-r0 \ \ && apk add --no-cache \ eudev=3.2.11-r4 \ libusb=1.0.26-r0 \ nginx=1.22.1-r0 \ - nodejs=18.12.1-r0 \ + nodejs=18.14.1-r0 \ \ && npm install --global yarn@2.4.3 \ \