From 47083804ef3747975ff88c42cca1c1d61a9be6b2 Mon Sep 17 00:00:00 2001 From: Ralph Pichler Date: Wed, 2 Sep 2020 11:57:28 +0200 Subject: [PATCH] use go-ethereum 1.9.20 (#111) --- Dockerfile.abigen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.abigen b/Dockerfile.abigen index 69b3f56..d679a0a 100644 --- a/Dockerfile.abigen +++ b/Dockerfile.abigen @@ -1,6 +1,6 @@ FROM node:10.16.0-stretch as builder -ARG GETH_VERSION="1.9.7-a718daa6" +ARG GETH_VERSION="1.9.20-979fc968" ARG SOLIDITY_VERSION="0.6.12" RUN wget -q "https://github.com/ethereum/solidity/releases/download/v$SOLIDITY_VERSION/solc-static-linux" \