File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,6 @@ yarn-error.log*
34
34
# typescript
35
35
* .tsbuildinfo
36
36
next-env.d.ts
37
+
38
+ # vscode
39
+ /.ralph-lsp /
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.3"
2
2
3
3
services :
4
4
alephium :
5
- image : alephium/alephium:v2.3.5
5
+ image : alephium/alephium:v3.6.0
6
6
restart : " no"
7
7
ports :
8
8
- 19973:19973/tcp
@@ -52,7 +52,7 @@ services:
52
52
53
53
explorer-backend :
54
54
container_name : alephium_explorer_backend
55
- image : alephium/explorer-backend:v1.13 .4
55
+ image : alephium/explorer-backend:v1.19 .4
56
56
depends_on :
57
57
postgres :
58
58
condition : service_healthy
@@ -79,7 +79,7 @@ services:
79
79
80
80
explorer-frontend :
81
81
container_name : alephium_explorer_frontend
82
- image : alephium/explorer:1.6.5
82
+ image : alephium/explorer:1.10.4
83
83
depends_on :
84
84
- explorer-backend
85
85
restart : " no"
You can’t perform that action at this time.
0 commit comments