Skip to content

Commit

Permalink
Update Dockerfiles to most recent ponyup
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Dec 27, 2019
1 parent da3eb57 commit 0656bc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .dockerfiles/latest/x86-64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
git

RUN curl -s --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/master/ponyup-init.sh | sh \
&& ponyup update ponyc nightly --libc=gnu \
&& ponyup update ponyc nightly --platform=gnu \
&& ponyup update stable nightly \
&& ponyup update corral nightly \
&& ponyup update changelog-tool nightly
Expand Down
2 changes: 1 addition & 1 deletion .dockerfiles/latest/x86-64-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --update \
git

RUN curl -s --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/master/ponyup-init.sh | sh \
&& ponyup update ponyc nightly --libc=musl \
&& ponyup update ponyc nightly --platform=musl\
&& ponyup update stable nightly \
&& ponyup update corral nightly \
&& ponyup update changelog-tool nightly
Expand Down
2 changes: 1 addition & 1 deletion .dockerfiles/release/x86-64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
git

RUN curl -s --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/master/ponyup-init.sh | sh \
&& ponyup update ponyc release --libc=gnu \
&& ponyup update ponyc release --platform=gnu \
&& ponyup update stable release \
&& ponyup update corral release \
&& ponyup update changelog-tool release
Expand Down
2 changes: 1 addition & 1 deletion .dockerfiles/release/x86-64-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --update \
git

RUN curl -s --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/master/ponyup-init.sh | sh \
&& ponyup update ponyc release --libc=musl \
&& ponyup update ponyc release --platform=musl \
&& ponyup update stable release \
&& ponyup update corral release \
&& ponyup update changelog-tool release
Expand Down

0 comments on commit 0656bc7

Please sign in to comment.