Skip to content

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Feb 12, 2024
1 parent c185035 commit e76e69e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions hacking/dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: "3.9"
services:
localsecret-1:
#image: initc3/localsecret:dac7bc254
image: devlocalsecret:a30b34c50
image: devlocalsecret:c1850359b
build:
context: ..
dockerfile: hacking/Dockerfile
Expand Down Expand Up @@ -39,8 +38,7 @@ services:
- snip20:/root/snip20

localsecret-2:
#image: initc3/localsecret:dac7bc254
image: devlocalsecret:a30b34c50
image: devlocalsecret:c1850359b
build:
context: ..
dockerfile: hacking/Dockerfile
Expand Down
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:a30b34c50
image: initc3/localsecret:c1850359b
environment:
LOG_LEVEL: "TRACE"
SECRET_NODE_TYPE: BOOTSTRAP
Expand All @@ -12,7 +12,7 @@ services:
- snip20:/root/snip20

localsecret-2:
image: initc3/localsecret:a30b34c50
image: initc3/localsecret:c1850359b
environment:
CHAINID: "secretdev-1"
LOG_LEVEL: "TRACE"
Expand Down

0 comments on commit e76e69e

Please sign in to comment.