From 4fe616e86789053e4e44613b83b8c99d498a47d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:02:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zwave-js/zwave-js?= =?UTF-8?q?-ui=20to=20v9.2.1=20(#599)?= 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 012d6be..25e28b7 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.2.0" +ARG ZWAVE_JS_UI_VERSION="v9.2.1" # hadolint ignore=DL3003,SC2046 RUN \ apk add --no-cache --virtual .build-dependencies \