Skip to content

Commit

Permalink
Merge pull request #36 from JayH5/pypy-7.3.1
Browse files Browse the repository at this point in the history
PyPy 7.3.1
  • Loading branch information
JayH5 authored Apr 13, 2020
2 parents 56fa598 + 9ba3aad commit 900ba88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 2.7/alpine3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN apk add --no-cache --virtual .build-deps \
zlib-dev

# Download the source
ENV PYPY_VERSION 7.3.0
ENV PYPY_SHA256SUM b0b25c7f8938ab0fedd8dedf26b9e73c490913b002b484c1b2f19d5844a518de
ENV PYPY_VERSION 7.3.1
ENV PYPY_SHA256SUM fa3771514c8a354969be9bd3b26d65a489c30e28f91d350e4ad2f4081a9c9321

RUN set -ex; \
wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v${PYPY_VERSION}-src.tar.bz2"; \
Expand Down
4 changes: 2 additions & 2 deletions 2.7/alpine3.11/bootstrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN apk add --no-cache --virtual .build-deps \
RUN pip install --no-cache-dir pycparser

# Download the source
ENV PYPY_VERSION 7.3.0
ENV PYPY_SHA256SUM b0b25c7f8938ab0fedd8dedf26b9e73c490913b002b484c1b2f19d5844a518de
ENV PYPY_VERSION 7.3.1
ENV PYPY_SHA256SUM fa3771514c8a354969be9bd3b26d65a489c30e28f91d350e4ad2f4081a9c9321

RUN set -ex; \
wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v${PYPY_VERSION}-src.tar.bz2"; \
Expand Down
4 changes: 2 additions & 2 deletions 3.6/alpine3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN apk add --no-cache --virtual .build-deps \
zlib-dev

# Download the source
ENV PYPY_VERSION 7.3.0
ENV PYPY_SHA256SUM 48d12c15fbcbcf4a32882a883195e1f922997cde78e7a16d4342b9b521eefcfa
ENV PYPY_VERSION 7.3.1
ENV PYPY_SHA256SUM 0c2cc3229da36c6984baee128c8ff8bb4516d69df1d73275dc4622bf249afa83

RUN set -ex; \
wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v${PYPY_VERSION}-src.tar.bz2"; \
Expand Down
4 changes: 2 additions & 2 deletions 3.6/alpine3.11/bootstrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ RUN apk add --no-cache --virtual .build-deps \
RUN pip install --no-cache-dir pycparser

# Download the source
ENV PYPY_VERSION 7.3.0
ENV PYPY_SHA256SUM 48d12c15fbcbcf4a32882a883195e1f922997cde78e7a16d4342b9b521eefcfa
ENV PYPY_VERSION 7.3.1
ENV PYPY_SHA256SUM 0c2cc3229da36c6984baee128c8ff8bb4516d69df1d73275dc4622bf249afa83

RUN set -ex; \
wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v${PYPY_VERSION}-src.tar.bz2"; \
Expand Down

0 comments on commit 900ba88

Please sign in to comment.