From dc904f1635a93cd95fcc463354228c0201e9742b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:19:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zwave-js/zwave-js?= =?UTF-8?q?-ui=20to=20v9.23.0=20(#717)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 cc3fb30..2b77c50 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="v9.22.0" +ARG ZWAVE_JS_UI_VERSION="v9.23.0" # hadolint ignore=DL3003,SC2046 RUN \ apk add --no-cache --virtual .build-dependencies \