Skip to content

Commit 9534cf2

Browse files
committed
Bump solc to 0.4.18
1 parent a354581 commit 9534cf2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ env:
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'

docker/build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tools/testnet/files/dockerfiles/raiden/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:2.7
22
MAINTAINER Ulrich Petri <ulrich@brainbot.com>
33

4-
ARG SOLC_RELEASE=0.4.16
4+
ARG SOLC_RELEASE=0.4.18
55

66
RUN \
77
apt update && \

0 commit comments

Comments
 (0)