Releases: integritee-network/integritee-dev
Releases · integritee-network/integritee-dev
v0.2.2
v0.2.1
v0.2
With this new release of dev environment the mount of the local folder with use the same permissions as on the host.
Example:
docker run --name integritee-dev-worker -it -v $(pwd):/home/ubuntu/worker -e MYUID=$(id -u) -e MYGUID=$(id -g) integritee/integritee-dev:0.2 /bin/bash
v0.1.13
What's Changed
- switch integritee-dev image to Ubuntu 22.04 (Jammy) by @OverOrion in #8
New Contributors
- @OverOrion made their first contribution in #8
Full Changelog: v0.1.12...v0.1.13
v0.1.12
Rust SGX SDK 1.1.6
- Update to newer version of rust-sgx docker image
Rust SDK 1.1.6
Upgrade rust SDK to 1.1.6
Rust SDK 1.1.4
- Upgrade rust SDK to 1.1.4