Skip to content

Commit

Permalink
Merge pull request #196 from dappnode/dappnodebot/bump-upstream/aleph…
Browse files Browse the repository at this point in the history
…ium/[email protected],alephium/[email protected],mgarciate/[email protected]

bump alephium/alephium to v3.6.4, alephium/explorer-backend to v2.2.1, mgarciate/alephium-frontend to 1.10.4
  • Loading branch information
mgarciate authored Sep 19, 2024
2 parents f28ded0 + 68f8b13 commit 94f9964
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
Expand Up @@ -4,7 +4,7 @@
"upstream": [
{
"repo": "alephium/alephium",
"version": "v3.6.3",
"version": "v3.6.4",
"arg": "ALEPHIUM_VERSION"
},
{
Expand All @@ -14,7 +14,7 @@
},
{
"repo": "mgarciate/alephium-frontend",
"version": "1.10.2",
"version": "1.10.4",
"arg": "ALEPHIUM_EXPLORER_VERSION"
}
],
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: alephium
args:
ALEPHIUM_VERSION: v3.6.3
ALEPHIUM_VERSION: v3.6.4
restart: unless-stopped
ports:
- 9973:9973/tcp
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
build:
context: explorer-frontend
args:
ALEPHIUM_EXPLORER_VERSION: 1.10.2
ALEPHIUM_EXPLORER_VERSION: 1.10.4
depends_on:
- explorer-backend
restart: unless-stopped
Expand Down

0 comments on commit 94f9964

Please sign in to comment.