Skip to content

Commit

Permalink
⬆️ Update Python to v3.11.10-r0 (#596)
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 Sep 23, 2024
1 parent 8f420fa commit 833fc71
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.7-r0 \
patch=2.7.6-r10 \
python3-dev=3.11.9-r0 \
python3-dev=3.11.10-r0 \
\
&& apk add --no-cache \
apache2-utils=2.4.62-r0 \
Expand All @@ -33,7 +33,7 @@ RUN \
nginx=1.24.0-r16 \
openssl=3.1.7-r0 \
py3-pip=23.3.1-r0 \
python3=3.11.9-r0 \
python3=3.11.10-r0 \
\
&& pip3 install -r /tmp/requirements.txt \
\
Expand Down

0 comments on commit 833fc71

Please sign in to comment.