Skip to content

Commit

Permalink
Bump dfx release to 0.4.13 (#10)
Browse files Browse the repository at this point in the history
* Use SDK 0.4.13 release
  • Loading branch information
ggreif authored Jan 28, 2020
1 parent 75cbefa commit da18cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- sudo sh /tmp/install-node.sh
- travis_retry sudo apt-get install -y nodejs
- travis_retry wget https://sdk.dfinity.org/install.sh -O /tmp/install-sdk.sh
- DFX_VERSION=0.4.12 sh -c 'yes Y | sh /tmp/install-sdk.sh'
- DFX_VERSION=0.4.13 sh -c 'yes Y | sh /tmp/install-sdk.sh'
- export PATH=/home/$USER/bin:$PATH
script:
- sh bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN sudo apt-get install -y nodejs

# Install DFINITY SDK.
RUN wget https://sdk.dfinity.org/install.sh -O /tmp/install-sdk.sh
RUN DFX_VERSION=0.4.12 sh -c 'yes Y | sh /tmp/install-sdk.sh'
RUN DFX_VERSION=0.4.13 sh -c 'yes Y | sh /tmp/install-sdk.sh'
ENV PATH /home/developer/bin:${PATH}

# Create workspace directory.
Expand Down

0 comments on commit da18cb9

Please sign in to comment.