File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ Install ego by running the following:
8080``` bash
8181wget -qO- https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add
8282add-apt-repository " deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu ` lsb_release -cs` main"
83- wget https://github.com/edgelesssys/ego/releases/download/v1.5.0 /ego_1.5.0_amd64_ubuntu -22.04.deb
84- apt install ./ego_1.5.0_amd64_ubuntu -22.04.deb build-essential libssl-dev
83+ wget https://github.com/edgelesssys/ego/releases/download/v1.5.3 /ego_1.5.3_amd64_ubuntu -22.04.deb
84+ apt install ./ego_1.5.3_amd64_ubuntu -22.04.deb build-essential libssl-dev
8585```
8686
8787You can find more information about ego installation on the official [ documentation] ( https://docs.edgeless.systems/ego/#/getting-started/install ) .
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ARG NANOPB_VERSION=0.4.7
2626ARG OPENSSL_VERSION=3.0.12
2727ARG SGXSSL_VERSION=3.0_Rev1
2828ARG APT_ADD_PKGS=
29- ARG EGO_VERSION=1.5.0
29+ ARG EGO_VERSION=1.5.3
3030
3131# for convenience remember all versions as env variables ..
3232ENV GO_VERSION=${GO_VERSION}
You can’t perform that action at this time.
0 commit comments