Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from dappnode/v0.4.2
Browse files Browse the repository at this point in the history
v0.4.2 Release
  • Loading branch information
eduadiez authored Nov 8, 2019
2 parents 1a84a02 + 0f2bd86 commit 6e3b436
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ethereum/client-go:v1.9.6 as geth
FROM ethereum/client-go:v1.9.7 as geth

# Pull Geth into a second stage deploy alpine container
FROM alpine:edge
Expand Down
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "goerli-geth.dnp.dappnode.eth",
"version": "0.4.0",
"upstreamVersion": "1.9.6",
"version": "0.4.2",
"upstreamVersion": "1.9.7",
"shortDescription": "A cross-client PoA testing network for Ethereum",
"description": "Geth version for the Görli Testnet. Görli Testnet is the first proof-of-authority cross-client testnet, synching Parity Ethereum, Geth, Nethermind, Pantheon, and EthereumJS. This testnet is a community-based project, completely open-source, naturally. It was born in September 2018 during ETHBerlin and has been growing in contributors ever since. More info [here](https://goerli.net/). \n\n .---------.\n |.-------.|\n ||>run# ||\n || ||\n |'-------'|\n .-^---------^-.\n |Görli Testnet|\n '-------------'\n",
"type": "library",
Expand Down
27 changes: 13 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
version: '3.4'
services:
goerli-geth.dnp.dappnode.eth:
image: 'goerli-geth.dnp.dappnode.eth:0.4.0'
build: ./build
volumes:
- 'goerli:/goerli'
ports:
- '30303'
- '30303/udp'
- '30304/udp'
restart: always
environment:
- EXTRA_OPTS=--rpcapi eth,net,web3,txpool

goerli-geth.dnp.dappnode.eth:
image: 'goerli-geth.dnp.dappnode.eth:0.4.2'
build: ./build
volumes:
- 'goerli:/goerli'
ports:
- '30303'
- 30303/udp
- 30304/udp
restart: always
environment:
- 'EXTRA_OPTS=--rpcapi eth,net,web3,txpool'
volumes:
goerli: {}
goerli: {}

0 comments on commit 6e3b436

Please sign in to comment.