-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from JayH5/pypy-7.1.0
Update 2.7/3.6 to 7.1.0
- Loading branch information
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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"; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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"; \ | ||
|