Skip to content

Commit

Permalink
Merge pull request #204 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.8.1, alephium/explorer-backend to v2.2.4, mgarciate/alephium-frontend to 1.10.4
  • Loading branch information
mgarciate authored Oct 7, 2024
2 parents fb5e7e6 + 4ce4118 commit 0e6d80d
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,12 +4,12 @@
"upstream": [
{
"repo": "alephium/alephium",
"version": "v3.8.0",
"version": "v3.8.1",
"arg": "ALEPHIUM_VERSION"
},
{
"repo": "alephium/explorer-backend",
"version": "v2.2.3",
"version": "v2.2.4",
"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.0
ALEPHIUM_VERSION: v3.8.1
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.3
ALEPHIUM_BACKEND_VERSION: v2.2.4
depends_on:
alephium:
condition: service_healthy
Expand Down

0 comments on commit 0e6d80d

Please sign in to comment.