Skip to content

Commit

Permalink
Merge pull request #26 from JayH5/pypy-6.0.0
Browse files Browse the repository at this point in the history
PyPy 6.0.0
  • Loading branch information
JayH5 authored Apr 26, 2018
2 parents 4e044d4 + aa40cfe commit 4c6db69
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ after_script:
- docker images

before_deploy:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS"
- echo "$REGISTRY_PASS" | docker login -u "$REGISTRY_USER" --password-stdin
deploy:
provider: script
script: docker push "$image"
Expand Down
4 changes: 2 additions & 2 deletions 2/alpine3.7/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 5.10.0
ENV PYPY_SHA256SUM 1209f2db718e6afda17528baa5138177a14a0938588a7d3e1b7c722c483079a8
ENV PYPY_VERSION 6.0.0
ENV PYPY_SHA256SUM 6097ec5ee23d0d34d8cd27a1072bed041c8a080ad48731190a03a2223029212d

RUN set -ex; \
apk add --no-cache wget; \
Expand Down
4 changes: 2 additions & 2 deletions 2/alpine3.7/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 5.10.0
ENV PYPY_SHA256SUM 1209f2db718e6afda17528baa5138177a14a0938588a7d3e1b7c722c483079a8
ENV PYPY_VERSION 6.0.0
ENV PYPY_SHA256SUM 6097ec5ee23d0d34d8cd27a1072bed041c8a080ad48731190a03a2223029212d

RUN set -ex; \
apk add --no-cache wget; \
Expand Down
4 changes: 2 additions & 2 deletions 3/alpine3.7/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 5.10.1
ENV PYPY_SHA256SUM f5548e06e2fc0c24ec8b6e3c5b09f90081818f7caa3e436dc312592611724713
ENV PYPY_VERSION 6.0.0
ENV PYPY_SHA256SUM ed8005202b46d6fc6831df1d13a4613bc40084bfa42f275068edadf8954034a3

RUN set -ex; \
apk add --no-cache wget; \
Expand Down
4 changes: 2 additions & 2 deletions 3/alpine3.7/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 5.10.1
ENV PYPY_SHA256SUM f5548e06e2fc0c24ec8b6e3c5b09f90081818f7caa3e436dc312592611724713
ENV PYPY_VERSION 6.0.0
ENV PYPY_SHA256SUM ed8005202b46d6fc6831df1d13a4613bc40084bfa42f275068edadf8954034a3

RUN set -ex; \
apk add --no-cache wget; \
Expand Down

0 comments on commit 4c6db69

Please sign in to comment.