Skip to content

Commit

Permalink
Update localsecret image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Nov 14, 2024
1 parent 858f4e0 commit e0ceb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
localsecret-1:
image: "ghcr.io/scrtlabs/localsecret:alpha"
image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15"
ports:
- "26657:26657" # RPC
- "26656:26656" # P2P
Expand All @@ -13,7 +13,7 @@ services:
FAST_BLOCKS: "true"
LOG_LEVEL: "TRACE"
localsecret-2:
image: "ghcr.io/scrtlabs/localsecret:alpha"
image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15"
ports:
- "36657:26657" # RPC
- "36656:26656" # P2P
Expand Down

0 comments on commit e0ceb90

Please sign in to comment.