Skip to content

Commit f2847d3

Browse files
committed
bump alephium/explorer-backend to v2.6.0, mgarciate/alephium-frontend to 1.10.11
1 parent 63d9d9a commit f2847d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dappnode_package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alephium.dnp.dappnode.eth",
3-
"version": "0.1.56",
3+
"version": "0.1.57",
44
"upstream": [
55
{
66
"repo": "alephium/alephium",
@@ -9,12 +9,12 @@
99
},
1010
{
1111
"repo": "alephium/explorer-backend",
12-
"version": "v2.5.4",
12+
"version": "v2.6.0",
1313
"arg": "ALEPHIUM_BACKEND_VERSION"
1414
},
1515
{
1616
"repo": "mgarciate/alephium-frontend",
17-
"version": "1.10.10",
17+
"version": "1.10.11",
1818
"arg": "ALEPHIUM_EXPLORER_VERSION"
1919
}
2020
],

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
build:
4242
context: explorer-backend
4343
args:
44-
ALEPHIUM_BACKEND_VERSION: v2.5.4
44+
ALEPHIUM_BACKEND_VERSION: v2.6.0
4545
depends_on:
4646
alephium:
4747
condition: service_healthy
@@ -74,7 +74,7 @@ services:
7474
build:
7575
context: explorer-frontend
7676
args:
77-
ALEPHIUM_EXPLORER_VERSION: 1.10.10
77+
ALEPHIUM_EXPLORER_VERSION: 1.10.11
7878
depends_on:
7979
- explorer-backend
8080
restart: unless-stopped

0 commit comments

Comments
 (0)