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 #6 from dappnode/v0.2.3
Browse files Browse the repository at this point in the history
v0.2.3 Release
  • Loading branch information
eduadiez authored Aug 8, 2019
2 parents 813d94e + 5dc21fe commit 3e3ce38
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /usr/src/app

RUN apk add --no-cache make gcc musl-dev linux-headers git jq

ARG BRANCH=v1.8.27
ARG BRANCH=v1.9.1

RUN git clone -b $BRANCH https://github.com/ethereum/go-ethereum.git
RUN cd go-ethereum && make geth
Expand Down
24 changes: 15 additions & 9 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "goerli-geth.dnp.dappnode.eth",
"version": "0.2.2",
"description": "Geth version for Görli Testnet. A cross-client proof-of-authority ethereum testnet",
"version": "0.2.3",
"upstreamVersion": "1.8.27",
"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",
"avatar": "/ipfs/QmTfnrUdZWaMgr2Zi1h1Z7zS5CbYtQZRs72yqKZQHj5fxT",
"type": "library",
"chain": "ethereum",
"image": {
"path": "goerli-geth.dnp.dappnode.eth_0.2.1.tar.xz",
"hash": "/ipfs/QmepcB4JNTihKa9RgqHEKNrM9CWeBpwDxRmHqj6QAksbf9",
"size": 14585238,
"path": "",
"hash": "",
"size": "",
"restart": "always",
"volumes": [
"goerli:/goerli"
Expand All @@ -22,24 +23,29 @@
"53534:30304/udp"
]
},
"chain": "ethereum",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
"Stefaan Ponnet (https://github.com/sponnet)"
],
"categories": [
"Developer tools"
],
"keywords": [
"ethereum",
"testnet",
"geth",
"goerli",
"poa"
],
"homepage": {
"homepage": "https://github.com/dappnode/DAppNodePackage-goerli-geth#readme"
"links": {
"homepage": "https://github.com/dappnode/DAppNodePackage-goerli-geth#readme",
"api": "http://goerli-geth.dappnode:8545"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-goerli-geth.git"
"url": "https://github.com/dappnode/DAppNodePackage-goerli-geth.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-goerli-geth/issues"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
goerli-geth.dnp.dappnode.eth:
image: 'goerli-geth.dnp.dappnode.eth:0.2.2'
image: 'goerli-geth.dnp.dappnode.eth:0.2.3'
build: ./build
volumes:
- 'goerli:/goerli'
Expand Down

0 comments on commit 3e3ce38

Please sign in to comment.