Skip to content

Commit

Permalink
Update image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Mar 18, 2024
1 parent 62acbc9 commit 34d95f3
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:e1d7f4796
image: initc3/sgxonerated:62acbc925
environment:
LOG_LEVEL: "TRACE"
SECRET_NODE_TYPE: BOOTSTRAP
Expand All @@ -12,7 +12,7 @@ services:
- snip20:/root/snip20

localsecret-2:
image: initc3/sgxonerated:e1d7f4796
image: initc3/sgxonerated:62acbc925
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:938effb36
image: sgxonerated:62acbc925
build:
context: ..
dockerfile: hacking/Dockerfile
Expand Down Expand Up @@ -38,7 +38,7 @@ services:
- snip20:/root/snip20

localsecret-2:
image: sgxonerated:938effb36
image: sgxonerated:62acbc925
build:
context: ..
dockerfile: hacking/Dockerfile
Expand Down

0 comments on commit 34d95f3

Please sign in to comment.