Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.64",
"version": "0.1.65",
"upstream": [
{
"repo": "alephium/alephium",
"version": "v4.2.4",
"version": "v4.2.5",
"arg": "ALEPHIUM_VERSION"
},
{
"repo": "alephium/explorer-backend",
"version": "v3.2.1",
"version": "v3.3.3",
"arg": "ALEPHIUM_BACKEND_VERSION"
},
{
"repo": "mgarciate/alephium-frontend",
"version": "1.11.0",
"version": "1.11.2",
"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: v4.2.4
ALEPHIUM_VERSION: v4.2.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: v3.2.1
ALEPHIUM_BACKEND_VERSION: v3.3.3
depends_on:
alephium:
condition: service_healthy
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
build:
context: explorer-frontend
args:
ALEPHIUM_EXPLORER_VERSION: 1.11.0
ALEPHIUM_EXPLORER_VERSION: 1.11.2
depends_on:
- explorer-backend
restart: unless-stopped
Expand Down