Skip to content

Commit

Permalink
⬆️ Update Python to v3.11.9-r0 (#563)
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 Apr 22, 2024
1 parent dc59ad5 commit 2ab832d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
libffi-dev=3.4.4-r3 \
openssl-dev=3.1.4-r6 \
patch=2.7.6-r10 \
python3-dev=3.11.8-r0 \
python3-dev=3.11.9-r0 \
\
&& apk add --no-cache \
apache2-utils=2.4.59-r0 \
Expand All @@ -33,7 +33,7 @@ RUN \
nginx=1.24.0-r15 \
openssl=3.1.4-r6 \
py3-pip=23.3.1-r0 \
python3=3.11.8-r0 \
python3=3.11.9-r0 \
\
&& pip3 install -r /tmp/requirements.txt \
\
Expand Down

0 comments on commit 2ab832d

Please sign in to comment.