From f958946e18e9aa79782b513417adcf3cbc08f5ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 11:18:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/g?= =?UTF-8?q?it=20to=20v2.43.4-r0=20(#117)?= 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> --- mqtt-io/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt-io/Dockerfile b/mqtt-io/Dockerfile index bee8afa..eb71c43 100755 --- a/mqtt-io/Dockerfile +++ b/mqtt-io/Dockerfile @@ -13,7 +13,7 @@ COPY requirements.txt /tmp/ RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r3 \ - git=2.43.0-r0 \ + git=2.43.4-r0 \ libffi-dev=3.4.4-r3 \ py3-wheel=0.42.0-r0 \ python3-dev=3.11.8-r0 \