Skip to content

Commit e0ceb90

Browse files
committedNov 14, 2024
Update localsecret image for testing
1 parent 858f4e0 commit e0ceb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
localsecret-1:
4-
image: "ghcr.io/scrtlabs/localsecret:alpha"
4+
image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15"
55
ports:
66
- "26657:26657" # RPC
77
- "26656:26656" # P2P
@@ -13,7 +13,7 @@ services:
1313
FAST_BLOCKS: "true"
1414
LOG_LEVEL: "TRACE"
1515
localsecret-2:
16-
image: "ghcr.io/scrtlabs/localsecret:alpha"
16+
image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15"
1717
ports:
1818
- "36657:26657" # RPC
1919
- "36656:26656" # P2P

0 commit comments

Comments
 (0)