From f7dbb1974797e8987a5ccd16805e6e9bfeba3d0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:10:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20zwave-js/zwave-js?= =?UTF-8?q?-ui=20to=20v8.14.2=20(#508)?= 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 5cac7be..711d373 100755 --- a/zwave-js-ui/Dockerfile +++ b/zwave-js-ui/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG ZWAVE_JS_UI_VERSION="v8.14.1" +ARG ZWAVE_JS_UI_VERSION="v8.14.2" # hadolint ignore=DL3003,SC2046 RUN \ apk add --no-cache --virtual .build-dependencies \