Skip to content

Commit

Permalink
Update docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Feb 12, 2024
1 parent fe44b7f commit 3d87ccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hacking/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/sgxonerated:1eb609a49
image: initc3/sgxonerated:fe44b7f8f
environment:
LOG_LEVEL: "TRACE"
SECRET_NODE_TYPE: BOOTSTRAP
Expand All @@ -12,7 +12,7 @@ services:
- snip20:/root/snip20

localsecret-2:
image: initc3/sgxonerated:1eb609a49
image: initc3/sgxonerated:fe44b7f8f
environment:
CHAINID: "secretdev-1"
LOG_LEVEL: "TRACE"
Expand Down
4 changes: 2 additions & 2 deletions hacking/dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
localsecret-1:
image: sgxonerated:1eb609a49
image: sgxonerated:fe44b7f8f
build:
context: ..
dockerfile: hacking/Dockerfile
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
- snip20:/root/snip20

localsecret-2:
image: sgxonerated:1eb609a49
image: sgxonerated:fe44b7f8f
build:
context: ..
dockerfile: hacking/Dockerfile
Expand Down

0 comments on commit 3d87ccd

Please sign in to comment.