Skip to content

Commit 1bc90b4

Browse files
⬆️ Update Python to v3.10.10-r0
1 parent 89809c1 commit 1bc90b4

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
@@ -19,7 +19,7 @@ RUN \
1919
npm=8.10.0-r0 \
2020
openssl-dev=1.1.1s-r0 \
2121
patch=2.7.6-r7 \
22-
python3-dev=3.10.8-r0 \
22+
python3-dev=3.10.10-r0 \
2323
yarn=1.22.19-r0 \
2424
\
2525
&& apk add --no-cache \
@@ -33,7 +33,7 @@ RUN \
3333
nodejs=16.17.1-r0 \
3434
openssl=1.1.1s-r0 \
3535
py3-pip=22.1.1-r0 \
36-
python3=3.10.8-r0 \
36+
python3=3.10.10-r0 \
3737
\
3838
&& ln -s /usr/bin/python3 /usr/bin/python \
3939
\

0 commit comments

Comments
 (0)