Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.3 as geth
FROM ethereum/client-go:v1.10.4 as geth

FROM node:12.14.1 as build-deps-wizard
RUN apt-get update && apt-get install -y libusb-1.0-0-dev libudev-dev openssl
Expand Down
12 changes: 6 additions & 6 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "ethchain-geth.public.dappnode.eth",
"version": "10.0.19",
"upstream": "v1.10.3",
"version": "10.0.20",
"upstream": "v1.10.4",
"autoupdate": true,
"title": "Ethereum node (Geth + mainnet)",
"description": "Ethereum Client - based on Geth",
"avatar": "/ipfs/QmVQUEapZGZ7tWfDWP4XUQBxCe2rLbdPJLXu3QaLiPp542",
"type": "library",
"chain": "ethereum",
"image": {
"path": "ethchain-geth.public.dappnode.eth_10.0.19.tar.xz",
"hash": "/ipfs/QmVBcBWZucptkAZrghSe2uSpwZ5x2JyQEYrcnSHTdtik19",
"size": 29752360,
"path": "ethchain-geth.public.dappnode.eth_10.0.20.tar.xz",
"hash": "/ipfs/QmP5oUz5EGx1TfU6YYmnBVSoxsodzy7uHqPZUdtHSVU1Vm",
"size": 29852600,
"restart": "always",
"ports": [
"30303:30303",
Expand All @@ -31,4 +31,4 @@
"RPC endpoint (SSL)": "https://my.ethchain-geth.public.dappnode.eth"
},
"builddate": "2021-03-02T20:17:38.795Z"
}
}
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:
ethchain-geth.public.dappnode.eth:
image: 'ethchain-geth.public.dappnode.eth:10.0.19'
image: 'ethchain-geth.public.dappnode.eth:10.0.20'
build: ./build
volumes:
- 'ethchain-geth:/root/.ethereum/ethchain-geth'
Expand Down
7 changes: 7 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,12 @@
"uploadedTo": {
"http://80.208.229.228:5001": "Fri, 11 Jun 2021 14:17:40 GMT"
}
},
"10.0.20": {
"hash": "/ipfs/QmYgTHMDK1TKRcVgVDKopx1yiLb112Q9J9oS94rj3nq5tn",
"type": "manifest",
"uploadedTo": {
"http://80.208.229.228:5001": "Fri, 18 Jun 2021 20:16:34 GMT"
}
}
}