Skip to content

Commit

Permalink
[1.8.11] update
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe Adham committed Jun 21, 2018
1 parent 74b76df commit d587f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends \

# Install geth

RUN add-apt-repository -y ppa:ethereum/ethereum && apt-get update && apt-get install -y -q ethereum && echo "VERSION 1.8.1"
RUN add-apt-repository -y ppa:ethereum/ethereum && apt-get update && apt-get install -y -q ethereum && echo "VERSION 1.8.11"

# docker run --name=gethdata -v /gethdata busybox chown 1000:1000 /gethdata
RUN mkdir /gethdata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rinkeby
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends \

# Install geth

RUN add-apt-repository -y ppa:ethereum/ethereum && apt-get update && apt-get install -y -q ethereum && echo "VERSION 1.8.1"
RUN add-apt-repository -y ppa:ethereum/ethereum && apt-get update && apt-get install -y -q ethereum && echo "VERSION 1.8.11"

# docker run --name=gethdata-rinkeby -v /gethdata busybox chown 1000:1000 /gethdata
RUN mkdir /gethdata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ropsten
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends \

# Install geth

RUN add-apt-repository -y ppa:ethereum/ethereum && apt-get update && apt-get install -y -q ethereum && echo "VERSION 1.8.1"
RUN add-apt-repository -y ppa:ethereum/ethereum && apt-get update && apt-get install -y -q ethereum && echo "VERSION 1.8.11"

# docker run --name=gethdata-ropsten -v /gethdata busybox chown 1000:1000 /gethdata
RUN mkdir /gethdata
Expand Down

0 comments on commit d587f72

Please sign in to comment.