Skip to content
Closed
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
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "avalanche.public.dappnode.eth",
"version": "0.1.37",
"upstreamVersion": "v1.11.12",
"version": "0.1.38",
"upstreamVersion": "v1.12.2",
"upstreamRepo": "ava-labs/avalanchego",
"shortDescription": "Avalanche Node and Wallet WebUI",
"description": "Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains. This package includes a full node and a local Wallet",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: build
args:
UPSTREAM_VERSION: v1.11.12
UPSTREAM_VERSION: v1.12.2
image: avalanche.avalanche.public.dappnode.eth:0.1.0
volumes:
- chain:/root/.avalanchego/db
Expand Down