From 59624f1366a0a30070dfc2fa24c02ef3b6d78b41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:20:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zwave-js/zwave-js?= =?UTF-8?q?-ui=20to=20v9.14.2?= 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 6a0e484..1084ac3 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.14.1" +ARG ZWAVE_JS_UI_VERSION="v9.14.2" # hadolint ignore=DL3003,SC2046 RUN \ apk add --no-cache --virtual .build-dependencies \