⬆️ Update Python to v3.11.9-r1

This commit is contained in:
renovate[bot] 2024-08-23 09:26:33 +00:00
parent 50b0471677
commit a62eb58936

View file

@ -16,13 +16,13 @@ RUN \
git=2.43.4-r0 \
libffi-dev=3.4.4-r3 \
py3-wheel=0.42.0-r0 \
python3-dev=3.11.9-r0 \
python3-dev=3.11.9-r1 \
\
&& 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.9-r0 \
python3=3.11.9-r1 \
\
&& pip install --upgrade pip==23.0.1 \
&& pip install -r /tmp/requirements.txt \