Skip to content

Commit 358d244

Browse files
authored
⬆️ Upgrades python3 to 3.8.8-r0 (#174)
1 parent 745c08e commit 358d244

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
@@ -18,7 +18,7 @@ RUN \
1818
npm=14.16.0-r0 \
1919
openssl-dev=1.1.1j-r0 \
2020
patch=2.7.6-r6 \
21-
python3-dev=3.8.7-r1 \
21+
python3-dev=3.8.8-r0 \
2222
yarn=1.22.10-r0 \
2323
\
2424
&& apk add --no-cache \
@@ -33,7 +33,7 @@ RUN \
3333
openssl=1.1.1j-r0 \
3434
py3-pip=20.3.4-r0 \
3535
python2=2.7.18-r1 \
36-
python3=3.8.7-r1 \
36+
python3=3.8.8-r0 \
3737
\
3838
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
3939
\

0 commit comments

Comments
 (0)