Skip to content

Commit

Permalink
Merge pull request #153 from Colm3na/dappnodebot/bump-upstream/avalan…
Browse files Browse the repository at this point in the history
…chego@v1.11.4

bump ava-labs/avalanchego to v1.11.4
  • Loading branch information
mgarciate authored Apr 10, 2024
2 parents 40f7aba + 2374640 commit ece6e57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.31",
"upstreamVersion": "v1.11.3",
"upstreamVersion": "v1.11.4",
"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
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ services:
build:
context: build
args:
UPSTREAM_VERSION: v1.11.3
image: "avalanche.avalanche.public.dappnode.eth:0.1.0"
UPSTREAM_VERSION: v1.11.4
image: avalanche.avalanche.public.dappnode.eth:0.1.0
volumes:
- "chain:/root/.avalanchego/db"
- "validator:/root/.avalanchego/staking"
- chain:/root/.avalanchego/db
- validator:/root/.avalanchego/staking
environment:
- EXTRA_OPTS
ports:
Expand All @@ -17,7 +17,7 @@ services:
wallet:
build:
context: build-ui
image: "wallet.avalanche.public.dappnode.eth:0.1.0"
image: wallet.avalanche.public.dappnode.eth:0.1.0
restart: unless-stopped
volumes:
chain: {}
Expand Down

0 comments on commit ece6e57

Please sign in to comment.