diff --git a/mqtt-io/Dockerfile b/mqtt-io/Dockerfile index 888c974..5deb6d3 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.4-r0 \ + git=2.43.5-r0 \ libffi-dev=3.4.4-r3 \ py3-wheel=0.42.0-r0 \ python3-dev=3.11.10-r0 \