File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
tools/testnet/files/dockerfiles/raiden Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 global :
99 - GETH_URL='https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.2-1db4ecdc.tar.gz'
1010 - GETH_VERSION='1.7.2'
11- - SOLC_URL='https://github.com/ethereum/solidity/releases/download/v0.4.17 /solc-static-linux'
12- - SOLC_VERSION='v0.4.17 '
11+ - SOLC_URL='https://github.com/ethereum/solidity/releases/download/v0.4.18 /solc-static-linux'
12+ - SOLC_VERSION='v0.4.18 '
1313 matrix :
1414 - TEST_TYPE='unit'
1515 - TEST_TYPE='smart_contracts'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN curl -L -o /tmp/node.tar.gz https://nodejs.org/download/release/v8.2.1/node-
3535 chmod -R a+rwX /tmp/node_modules
3636
3737# install solc
38- RUN curl -L -o /usr/bin/solc https://github.com/ethereum/solidity/releases/download/v0.4.16 /solc-static-linux && \
38+ RUN curl -L -o /usr/bin/solc https://github.com/ethereum/solidity/releases/download/v0.4.18 /solc-static-linux && \
3939 chmod +x /usr/bin/solc
4040
4141# use --build-arg RAIDENVERSION=v0.0.3 to build a specific (tagged) version
Original file line number Diff line number Diff line change 11FROM python:2.7
22MAINTAINER Ulrich Petri <ulrich@brainbot.com>
33
4- ARG SOLC_RELEASE=0.4.16
4+ ARG SOLC_RELEASE=0.4.18
55
66RUN \
77 apt update && \
You can’t perform that action at this time.
0 commit comments