Skip to content

Commit

Permalink
bump alephium/alephium to v3.3.1, alephium/explorer-backend to v2.1.0…
Browse files Browse the repository at this point in the history
…, mgarciate/alephium-frontend to 1.10.1
  • Loading branch information
mgarciate committed Jul 18, 2024
1 parent e88b00c commit e7612be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "alephium.dnp.dappnode.eth",
"version": "0.1.38",
"version": "0.1.39",
"upstream": [
{
"repo": "alephium/alephium",
"version": "v3.3.0",
"version": "v3.3.1",
"arg": "ALEPHIUM_VERSION"
},
{
"repo": "alephium/explorer-backend",
"version": "v1.19.4",
"version": "v2.1.0",
"arg": "ALEPHIUM_BACKEND_VERSION"
},
{
"repo": "mgarciate/alephium-frontend",
"version": "1.9.7",
"version": "1.10.1",
"arg": "ALEPHIUM_EXPLORER_VERSION"
}
],
Expand Down
6 changes: 3 additions & 3 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.3.0
ALEPHIUM_VERSION: v3.3.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: v1.19.4
ALEPHIUM_BACKEND_VERSION: v2.1.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.9.7
ALEPHIUM_EXPLORER_VERSION: 1.10.1
depends_on:
- explorer-backend
restart: unless-stopped
Expand Down

0 comments on commit e7612be

Please sign in to comment.