Skip to content

Commit

Permalink
Merge pull request #31 from JayH5/pypy-7.1.0
Browse files Browse the repository at this point in the history
Update 2.7/3.6 to 7.1.0
  • Loading branch information
JayH5 authored Mar 25, 2019
2 parents b4a3dc9 + b7ab27e commit e75724d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 2.7/alpine3.9/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.0.0
ENV PYPY_SHA256SUM f51d8bbfc4e73a8a01820b7871a45d13c59f1399822cdf8a19388c69eb20c18c
ENV PYPY_VERSION 7.1.0
ENV PYPY_SHA256SUM b051a71ea5b4fa27d0a744b28e6054661adfce8904dcc82500716b5edff5ce4b

RUN set -ex; \
wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v${PYPY_VERSION}-src.tar.bz2"; \
Expand Down
6 changes: 3 additions & 3 deletions 2.7/alpine3.9/bootstrap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7.15-alpine3.9
FROM python:2.7-alpine3.9
LABEL maintainer "Jamie Hewland <[email protected]>"

# Add build dependencies
Expand All @@ -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.0.0
ENV PYPY_SHA256SUM f51d8bbfc4e73a8a01820b7871a45d13c59f1399822cdf8a19388c69eb20c18c
ENV PYPY_VERSION 7.1.0
ENV PYPY_SHA256SUM b051a71ea5b4fa27d0a744b28e6054661adfce8904dcc82500716b5edff5ce4b

RUN set -ex; \
wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v${PYPY_VERSION}-src.tar.bz2"; \
Expand Down
2 changes: 1 addition & 1 deletion 3.5/alpine3.9/bootstrap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7.15-alpine3.9
FROM python:2.7-alpine3.9
LABEL maintainer "Jamie Hewland <[email protected]>"

# Add build dependencies
Expand Down
4 changes: 2 additions & 2 deletions 3.6/alpine3.9/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.0.0
ENV PYPY_SHA256SUM 7ccbf81db5c647fa0c27636c7d18d059d2570fff7eaffc03857c67bee84b8a26
ENV PYPY_VERSION 7.1.0
ENV PYPY_SHA256SUM faa81f469bb2a7cbd22c64f22d4b4ddc5a1f7c798d43b7919b629b932f9b1c6f

RUN set -ex; \
wget -O pypy.tar.bz2 "https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v${PYPY_VERSION}-src.tar.bz2"; \
Expand Down
6 changes: 3 additions & 3 deletions 3.6/alpine3.9/bootstrap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7.15-alpine3.9
FROM python:2.7-alpine3.9
LABEL maintainer "Jamie Hewland <[email protected]>"

# Add build dependencies
Expand All @@ -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.0.0
ENV PYPY_SHA256SUM 7ccbf81db5c647fa0c27636c7d18d059d2570fff7eaffc03857c67bee84b8a26
ENV PYPY_VERSION 7.1.0
ENV PYPY_SHA256SUM faa81f469bb2a7cbd22c64f22d4b4ddc5a1f7c798d43b7919b629b932f9b1c6f

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 e75724d

Please sign in to comment.