From a3f72516d21c5689453e5c82c46ff67200a1cb79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:18:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F18/p?= =?UTF-8?q?ython3-dev=20to=20v3.11.5-r0=20(#564)?= 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 c14be4a..c5806bc 100755 --- a/zwave-js-ui/Dockerfile +++ b/zwave-js-ui/Dockerfile @@ -18,7 +18,7 @@ RUN \ build-base=0.5-r3 \ linux-headers=6.3-r0 \ npm=9.6.6-r0 \ - python3-dev=3.11.4-r0 \ + python3-dev=3.11.5-r0 \ \ && apk add --no-cache \ eudev=3.2.11-r8 \