From 847f8702da7dc80bc46e6d58fc458ecb60052874 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:15:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zwave-js/zwave-js?= =?UTF-8?q?-ui=20to=20v8.26.0=20(#576)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 97c85ab..c016405 100755 --- a/zwave-js-ui/Dockerfile +++ b/zwave-js-ui/Dockerfile @@ -11,7 +11,7 @@ ENV \ S6_SERVICES_GRACETIME=30000 # Setup base -ARG ZWAVE_JS_UI_VERSION="v8.25.1" +ARG ZWAVE_JS_UI_VERSION="v8.26.0" # hadolint ignore=DL3003,SC2046 RUN \ apk add --no-cache --virtual .build-dependencies \