File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
13
tk \
14
14
&& rm -rf /var/lib/apt/lists/*
15
15
16
- ENV PYPY_VERSION 5.10.0
16
+ ENV PYPY_VERSION 5.10.1
17
17
18
18
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
19
19
ENV PYTHON_PIP_VERSION 9.0.1
@@ -24,11 +24,11 @@ RUN set -ex; \
24
24
dpkgArch="$(dpkg --print-architecture)" ; \
25
25
case "${dpkgArch##*-}" in \
26
26
# amd64
27
- amd64) pypyArch='linux64' ; sha256='aa4fb52fb858d973dd838dcf8d74f30705e5afdf1150acb8e056eb99353dfe77 ' ;; \
27
+ amd64) pypyArch='linux64' ; sha256='75a276e1ee1863967bbacb70c5bff636de200768c0ec90e72f7ec17aace0aefe ' ;; \
28
28
# arm32v5
29
- armel) pypyArch='linux-armel' ; sha256='c2cc529befb3e1f2ef8bd4e96af4a823c52ef2d180b0b3bd87511c5b47d59210 ' ;; \
29
+ armel) pypyArch='linux-armel' ; sha256='5065e9ad958d06b9612ba974f43997d20168d4245c054dd43270e4b458782282 ' ;; \
30
30
# i386
31
- i386) pypyArch='linux32' ; sha256='529bc3b11edbdcdd676d90c805b8f607f6eedd5f0ec457a31bbe09c03f5bebfe ' ;; \
31
+ i386) pypyArch='linux32' ; sha256='a6ceca9ee5dc511de7902164464b88311fec9366c5673d0c00528eda862bbe54 ' ;; \
32
32
*) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release" ; exit 1 ;; \
33
33
esac; \
34
34
\
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
15
libsqlite3-0 \
16
16
&& rm -rf /var/lib/apt/lists/*
17
17
18
- ENV PYPY_VERSION 5.10.0
18
+ ENV PYPY_VERSION 5.10.1
19
19
20
20
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
21
21
ENV PYTHON_PIP_VERSION 9.0.1
@@ -26,11 +26,11 @@ RUN set -ex; \
26
26
dpkgArch="$(dpkg --print-architecture)" ; \
27
27
case "${dpkgArch##*-}" in \
28
28
# amd64
29
- amd64) pypyArch='linux64' ; sha256='aa4fb52fb858d973dd838dcf8d74f30705e5afdf1150acb8e056eb99353dfe77 ' ;; \
29
+ amd64) pypyArch='linux64' ; sha256='75a276e1ee1863967bbacb70c5bff636de200768c0ec90e72f7ec17aace0aefe ' ;; \
30
30
# arm32v5
31
- armel) pypyArch='linux-armel' ; sha256='c2cc529befb3e1f2ef8bd4e96af4a823c52ef2d180b0b3bd87511c5b47d59210 ' ;; \
31
+ armel) pypyArch='linux-armel' ; sha256='5065e9ad958d06b9612ba974f43997d20168d4245c054dd43270e4b458782282 ' ;; \
32
32
# i386
33
- i386) pypyArch='linux32' ; sha256='529bc3b11edbdcdd676d90c805b8f607f6eedd5f0ec457a31bbe09c03f5bebfe ' ;; \
33
+ i386) pypyArch='linux32' ; sha256='a6ceca9ee5dc511de7902164464b88311fec9366c5673d0c00528eda862bbe54 ' ;; \
34
34
*) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding PyPy $PYPY_VERSION binary release" ; exit 1 ;; \
35
35
esac; \
36
36
\
You can’t perform that action at this time.
0 commit comments