Commit f2847d3 1 parent 63d9d9a commit f2847d3 Copy full SHA for f2847d3
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " alephium.dnp.dappnode.eth" ,
3
- "version" : " 0.1.56 " ,
3
+ "version" : " 0.1.57 " ,
4
4
"upstream" : [
5
5
{
6
6
"repo" : " alephium/alephium" ,
9
9
},
10
10
{
11
11
"repo" : " alephium/explorer-backend" ,
12
- "version" : " v2.5.4 " ,
12
+ "version" : " v2.6.0 " ,
13
13
"arg" : " ALEPHIUM_BACKEND_VERSION"
14
14
},
15
15
{
16
16
"repo" : " mgarciate/alephium-frontend" ,
17
- "version" : " 1.10.10 " ,
17
+ "version" : " 1.10.11 " ,
18
18
"arg" : " ALEPHIUM_EXPLORER_VERSION"
19
19
}
20
20
],
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
41
41
build :
42
42
context : explorer-backend
43
43
args :
44
- ALEPHIUM_BACKEND_VERSION : v2.5.4
44
+ ALEPHIUM_BACKEND_VERSION : v2.6.0
45
45
depends_on :
46
46
alephium :
47
47
condition : service_healthy
@@ -74,7 +74,7 @@ services:
74
74
build :
75
75
context : explorer-frontend
76
76
args :
77
- ALEPHIUM_EXPLORER_VERSION : 1.10.10
77
+ ALEPHIUM_EXPLORER_VERSION : 1.10.11
78
78
depends_on :
79
79
- explorer-backend
80
80
restart : unless-stopped
You can’t perform that action at this time.
0 commit comments