Skip to content

Commit

Permalink
Merge pull request #64 from dappnode/diego/bump-1.11.1
Browse files Browse the repository at this point in the history
Bump Geth upstream version v1.11.1
  • Loading branch information
dsimog01 authored Feb 21, 2023
2 parents c6b2693 + 7241815 commit a786979
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 a786979

Please sign in to comment.