From 0766425e6780d0b6dd02a7380652cb26699d9029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Antu=C3=B1a=20D=C3=ADez?= Date: Mon, 21 Oct 2019 16:40:05 +0200 Subject: [PATCH] Bump geth to v1.9.6 and migrate to directory version --- build/Dockerfile | 2 +- dappnode_package.json | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1da9100..688f4ee 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM ethereum/client-go:v1.9.4 as geth +FROM ethereum/client-go:v1.9.6 as geth # Pull Geth into a second stage deploy alpine container FROM alpine:edge diff --git a/dappnode_package.json b/dappnode_package.json index 6755ea9..b8ef7e5 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "rinkeby.dnp.dappnode.eth", "version": "0.4.0", - "upstreamVersion": "1.9.4", + "upstreamVersion": "1.9.6", "shortDescription": "Ethereum testnet with Geth's PoA Protocol", "description": "Rinkeby network's consensus algorithm is Proof of Authority and is only supported by Geth. You can explore the chain on [etherscan](https://rinkeby.etherscan.io/", "type": "library", diff --git a/docker-compose.yml b/docker-compose.yml index 2cf62c0..d7b4b3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: rinkeby.dnp.dappnode.eth: - image: 'rinkeby.dnp.dappnode.eth:0.3.0' + image: 'rinkeby.dnp.dappnode.eth:0.4.0' build: ./build volumes: - 'rinkeby:/root/.ethereum/rinkeby'