Skip to content

Commit 833fc71

Browse files
⬆️ Update Python to v3.11.10-r0 (#596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f420fa commit 833fc71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy-manager/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222
libffi-dev=3.4.4-r3 \
2323
openssl-dev=3.1.7-r0 \
2424
patch=2.7.6-r10 \
25-
python3-dev=3.11.9-r0 \
25+
python3-dev=3.11.10-r0 \
2626
\
2727
&& apk add --no-cache \
2828
apache2-utils=2.4.62-r0 \
@@ -33,7 +33,7 @@ RUN \
3333
nginx=1.24.0-r16 \
3434
openssl=3.1.7-r0 \
3535
py3-pip=23.3.1-r0 \
36-
python3=3.11.9-r0 \
36+
python3=3.11.10-r0 \
3737
\
3838
&& pip3 install -r /tmp/requirements.txt \
3939
\

0 commit comments

Comments
 (0)