Skip to content

Commit

Permalink
Merge pull request #210 from dappnode/dappnodebot/bump-upstream/aleph…
Browse files Browse the repository at this point in the history
…ium/alephium@v3.8.5,alephium/explorer-backend@v2.2.6,mgarciate/alephium-frontend@1.10.6

bump alephium/alephium to v3.8.5, alephium/explorer-backend to v2.2.6, mgarciate/alephium-frontend to 1.10.6
  • Loading branch information
mgarciate authored Oct 23, 2024
2 parents 5de3c91 + 7ac8a21 commit 9b835ff
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.48",
"version": "0.1.49",
"upstream": [
{
"repo": "alephium/alephium",
"version": "v3.8.4",
"version": "v3.8.5",
"arg": "ALEPHIUM_VERSION"
},
{
"repo": "alephium/explorer-backend",
"version": "v2.2.5",
"version": "v2.2.6",
"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.8.4
ALEPHIUM_VERSION: v3.8.5
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.2.5
ALEPHIUM_BACKEND_VERSION: v2.2.6
depends_on:
alephium:
condition: service_healthy
Expand Down

0 comments on commit 9b835ff

Please sign in to comment.