Skip to content

Commit

Permalink
Merge pull request #186 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.5.2, alephium/explorer-backend to v2.2.0, mgarciate/alephium-frontend to 1.10.1
  • Loading branch information
mgarciate authored Aug 18, 2024
2 parents 3d48141 + 8f545f2 commit c997194
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.41",
"version": "0.1.42",
"upstream": [
{
"repo": "alephium/alephium",
"version": "v3.5.0",
"version": "v3.5.2",
"arg": "ALEPHIUM_VERSION"
},
{
"repo": "alephium/explorer-backend",
"version": "v2.1.0",
"version": "v2.2.0",
"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.5.0
ALEPHIUM_VERSION: v3.5.2
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.1.0
ALEPHIUM_BACKEND_VERSION: v2.2.0
depends_on:
alephium:
condition: service_healthy
Expand Down

0 comments on commit c997194

Please sign in to comment.