Skip to content

Commit

Permalink
Update docker base image used in demos
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Feb 11, 2024
1 parent a30b34c commit 5b83495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hacking/dev.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:dac7bc254
image: devlocalsecret:98f81d5f4
image: devlocalsecret:a30b34c50
build:
context: ..
dockerfile: hacking/Dockerfile
Expand Down Expand Up @@ -43,7 +43,7 @@ services:

localsecret-2:
#image: initc3/localsecret:dac7bc254
image: devlocalsecret:98f81d5f4
image: devlocalsecret:a30b34c50
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:0b2181c62
image: initc3/localsecret:a30b34c50
environment:
LOG_LEVEL: "TRACE"
SECRET_NODE_TYPE: BOOTSTRAP
Expand All @@ -12,7 +12,7 @@ services:
- snip20:/root/snip20

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

0 comments on commit 5b83495

Please sign in to comment.