Skip to content

Commit

Permalink
Bump Geth upstream version v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimog01 committed Feb 21, 2023
1 parent c6b2693 commit 7241815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geth.dnp.dappnode.eth",
"version": "0.1.17",
"upstreamVersion": "v1.10.26",
"version": "0.1.38",
"upstreamVersion": "v1.11.1",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Geth is the official Go implementation of the Ethereum protocol.",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3.4"
services:
geth.dnp.dappnode.eth:
image: "geth.dnp.dappnode.eth:0.1.17"
image: "geth.dnp.dappnode.eth:0.1.38"
build:
context: .
args:
UPSTREAM_VERSION: v1.10.26
UPSTREAM_VERSION: v1.11.1
volumes:
- "geth:/root/.ethereum"
environment:
Expand Down

0 comments on commit 7241815

Please sign in to comment.