From f7f13f6b54f02075a739c02082f9fdb25ea2b5f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 18:00:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/p?= =?UTF-8?q?ython3-dev=20to=20v3.11.9-r1=20(#1931)?= 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> --- node-red/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-red/Dockerfile b/node-red/Dockerfile index d4894a86a..b6bdd88f9 100644 --- a/node-red/Dockerfile +++ b/node-red/Dockerfile @@ -18,7 +18,7 @@ RUN \ build-base=0.5-r3 \ linux-headers=6.5-r0 \ py3-pip=23.3.1-r0 \ - python3-dev=3.11.9-r0 \ + python3-dev=3.11.9-r1 \ \ && apk add --no-cache \ git=2.43.4-r0 \