File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.7.11
121
121
122
122
FROM build_cpython AS build_cpython38
123
123
COPY build_scripts/ambv-pubkey.txt /build_scripts/cpython-pubkeys.txt
124
- RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.8.11
124
+ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.8.12
125
125
126
126
127
127
FROM build_cpython AS build_cpython39
128
128
COPY build_scripts/ambv-pubkey.txt /build_scripts/cpython-pubkeys.txt
129
- RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.9.6
129
+ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.9.7
130
130
131
131
132
132
FROM build_cpython AS build_cpython310
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ tomli==1.2.1 \
32
32
# via
33
33
# build
34
34
# pep517
35
- typing-extensions==3.10.0.1 \
36
- --hash=sha256:045dd532231acfa03628df5e0c66dba64e2cc8fc8b844538d4ad6d5dd6cb82dc \
37
- --hash=sha256:83af6730a045fda60f46510f7f1f094776d90321caa4d97d20ef38871bef4bd3 \
38
- --hash=sha256:8bbffbd37fbeb9747a0241fdfde5ae99d4531ad1d1a41ccaea62100e15a5814c
35
+ typing-extensions==3.10.0.2 \
36
+ --hash=sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e \
37
+ --hash=sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7 \
38
+ --hash=sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34
39
39
# via importlib-metadata
40
40
wheel==0.37.0 \
41
41
--hash=sha256:21014b2bd93c6d0034b6ba5d35e4eb284340e09d63c59aef6fc14b0f346146fd \
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ tomli==1.2.1 \
32
32
# via
33
33
# build
34
34
# pep517
35
- typing-extensions==3.10.0.1 \
36
- --hash=sha256:045dd532231acfa03628df5e0c66dba64e2cc8fc8b844538d4ad6d5dd6cb82dc \
37
- --hash=sha256:83af6730a045fda60f46510f7f1f094776d90321caa4d97d20ef38871bef4bd3 \
38
- --hash=sha256:8bbffbd37fbeb9747a0241fdfde5ae99d4531ad1d1a41ccaea62100e15a5814c
35
+ typing-extensions==3.10.0.2 \
36
+ --hash=sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e \
37
+ --hash=sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7 \
38
+ --hash=sha256:f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34
39
39
# via importlib-metadata
40
40
wheel==0.37.0 \
41
41
--hash=sha256:21014b2bd93c6d0034b6ba5d35e4eb284340e09d63c59aef6fc14b0f346146fd \
You can’t perform that action at this time.
0 commit comments