Skip to content

Commit

Permalink
⬆️ Update Python to v3.11.5-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent baf967a commit ed3a18e
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 @@ -15,13 +15,13 @@ RUN \
build-base=0.5-r3 \
libffi-dev=3.4.4-r2 \
py3-wheel=0.40.0-r1 \
python3-dev=3.11.4-r0 \
python3-dev=3.11.5-r0 \
\
&& apk add --no-cache \
py3-bcrypt=4.0.1-r2 \
py3-cryptography=41.0.3-r0 \
py3-pip=23.1.2-r0 \
python3=3.11.4-r0 \
python3=3.11.5-r0 \
\
&& pip install --upgrade pip==23.0.1 \
&& pip install -r /tmp/requirements.txt \
Expand Down

0 comments on commit ed3a18e

Please sign in to comment.