Skip to content

Commit

Permalink
Update docker pre-built image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jan 30, 2024
1 parent 0b2181c commit b7fcc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hacking/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
localsecret-1:
image: initc3/localsecret:01a2e7904
image: initc3/localsecret:0b2181c62
environment:
LOG_LEVEL: "TRACE"
SECRET_NODE_TYPE: BOOTSTRAP
Expand All @@ -11,7 +11,7 @@ services:
- genesis:/genesis

localsecret-2:
image: initc3/localsecret:01a2e7904
image: initc3/localsecret:0b2181c62
environment:
CHAINID: "secretdev-1"
LOG_LEVEL: "TRACE"
Expand Down

0 comments on commit b7fcc7e

Please sign in to comment.