Skip to content

Commit

Permalink
⬆️ Update Python to v3.11.11-r0 (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent b1199e6 commit 86b1bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mqtt-io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ RUN \
git=2.43.5-r0 \
libffi-dev=3.4.4-r3 \
py3-wheel=0.42.0-r0 \
python3-dev=3.11.10-r0 \
python3-dev=3.11.11-r0 \
\
&& apk add --no-cache \
py3-bcrypt=4.1.1-r0 \
py3-cryptography=41.0.7-r0 \
py3-pip=23.3.1-r0 \
python3=3.11.10-r0 \
python3=3.11.11-r0 \
\
&& pip install --upgrade pip==23.0.1 \
&& pip install -r /tmp/requirements.txt \
Expand Down

0 comments on commit 86b1bfb

Please sign in to comment.