Skip to content

Commit

Permalink
Upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogaschr committed Feb 9, 2024
1 parent 5e977d4 commit e0617f1
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": "etc-mordor-core-geth.public.dappnode.eth",
"version": "0.1.4",
"upstreamVersion": "v1.12.16",
"version": "0.1.5",
"upstreamVersion": "v1.12.19",
"upstreamRepo": "etclabscore/core-geth",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Core-geth client on ETC Mordor testnet by ETC Cooperative",
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.5"
services:
etc-mordor-core-geth.public.dappnode.eth:
image: "etc-mordor-core-geth.public.dappnode.eth:0.1.4"
image: "etc-mordor-core-geth.public.dappnode.eth:0.1.5"
build:
context: .
args:
UPSTREAM_VERSION: v1.12.16
UPSTREAM_VERSION: v1.12.19
volumes:
- "data:/root/.ethereum"
environment:
Expand Down

0 comments on commit e0617f1

Please sign in to comment.