Skip to content

Commit 8982077

Browse files
authored
fix: update Scone image (#103)
1 parent c20860e commit 8982077

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/guides/build-iapp/advanced/build-your-first-sgx-iapp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ IMG_TO=<docker-hub-user>/tee-scone-hello-world:1.0.0
275275
docker run -it --rm \
276276
-v $PWD/enclave-key.pem:/sig/enclave-key.pem \
277277
-v /var/run/docker.sock:/var/run/docker.sock \
278-
registry.scontain.com/scone-production/iexec-sconify-image:5.9.1-v16\
278+
registry.scontain.com/scone-production/iexec-sconify-image:5.9.2-v16 \
279279
sconify_iexec \
280280
--scone-signer=/sig/enclave-key.pem \
281281
--from=${IMG_FROM} \
@@ -304,7 +304,7 @@ IMG_TO=<docker-hub-user>/tee-scone-hello-world:1.0.0
304304
docker run -it --rm \
305305
-v $PWD/enclave-key.pem:/sig/enclave-key.pem \
306306
-v /var/run/docker.sock:/var/run/docker.sock \
307-
registry.scontain.com/scone-production/iexec-sconify-image:5.9.1-v16\
307+
registry.scontain.com/scone-production/iexec-sconify-image:5.9.2-v16 \
308308
sconify_iexec \
309309
--from=${IMG_FROM} \
310310
--to=${IMG_TO} \

0 commit comments

Comments
 (0)