Skip to content

Commit

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

bump alephium/explorer-backend to v2.6.0, mgarciate/alephium-frontend to 1.10.11
  • Loading branch information
mgarciate authored Jan 28, 2025
2 parents 63d9d9a + f2847d3 commit aa043b4
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,6 +1,6 @@
{
"name": "alephium.dnp.dappnode.eth",
"version": "0.1.56",
"version": "0.1.57",
"upstream": [
{
"repo": "alephium/alephium",
Expand All @@ -9,12 +9,12 @@
},
{
"repo": "alephium/explorer-backend",
"version": "v2.5.4",
"version": "v2.6.0",
"arg": "ALEPHIUM_BACKEND_VERSION"
},
{
"repo": "mgarciate/alephium-frontend",
"version": "1.10.10",
"version": "1.10.11",
"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 @@ -41,7 +41,7 @@ services:
build:
context: explorer-backend
args:
ALEPHIUM_BACKEND_VERSION: v2.5.4
ALEPHIUM_BACKEND_VERSION: v2.6.0
depends_on:
alephium:
condition: service_healthy
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
build:
context: explorer-frontend
args:
ALEPHIUM_EXPLORER_VERSION: 1.10.10
ALEPHIUM_EXPLORER_VERSION: 1.10.11
depends_on:
- explorer-backend
restart: unless-stopped
Expand Down

0 comments on commit aa043b4

Please sign in to comment.