Skip to content

Commit

Permalink
Dockerfiles need some love too
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Sep 1, 2017
1 parent a4069a2 commit 422c950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/build.Dockerfile
Expand Up @@ -35,7 +35,7 @@ RUN curl -L -o /tmp/node.tar.gz https://nodejs.org/download/release/v8.2.1/node-
chmod -R a+rwX /tmp/node_modules

# install solc
RUN curl -L -o /usr/bin/solc https://github.com/ethereum/solidity/releases/download/v0.4.13/solc-static-linux && \
RUN curl -L -o /usr/bin/solc https://github.com/ethereum/solidity/releases/download/v0.4.16/solc-static-linux && \
chmod +x /usr/bin/solc

# use --build-arg RAIDENVERSION=v0.0.3 to build a specific (tagged) version
Expand Down
2 changes: 1 addition & 1 deletion tools/testnet/files/dockerfiles/raiden/Dockerfile
@@ -1,7 +1,7 @@
FROM python:2.7
MAINTAINER Ulrich Petri <ulrich@brainbot.com>

ARG SOLC_RELEASE=0.4.13
ARG SOLC_RELEASE=0.4.16

RUN \
apt update && \
Expand Down

0 comments on commit 422c950

Please sign in to comment.