Skip to content

Commit

Permalink
Merge pull request #227 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.10.0, alephium/explorer-backend to v2.3.5, mgarciate/alephium-frontend to 1.10.10
  • Loading branch information
mgarciate authored Dec 17, 2024
2 parents 5b72cc0 + 2d4ff33 commit e733741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "alephium.dnp.dappnode.eth",
"version": "0.1.53",
"version": "0.1.54",
"upstream": [
{
"repo": "alephium/alephium",
"version": "v3.9.1",
"version": "v3.10.0",
"arg": "ALEPHIUM_VERSION"
},
{
"repo": "alephium/explorer-backend",
"version": "v2.3.4",
"version": "v2.3.5",
"arg": "ALEPHIUM_BACKEND_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.9.1
ALEPHIUM_VERSION: v3.10.0
restart: unless-stopped
ports:
- 9973:9973/tcp
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
build:
context: explorer-backend
args:
ALEPHIUM_BACKEND_VERSION: v2.3.4
ALEPHIUM_BACKEND_VERSION: v2.3.5
depends_on:
alephium:
condition: service_healthy
Expand Down

0 comments on commit e733741

Please sign in to comment.