diff --git a/ecc_go/README.md b/ecc_go/README.md index 7e1291929..f3617fdcf 100644 --- a/ecc_go/README.md +++ b/ecc_go/README.md @@ -80,8 +80,8 @@ Install ego by running the following: ```bash wget -qO- https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add add-apt-repository "deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu `lsb_release -cs` main" -wget https://github.com/edgelesssys/ego/releases/download/v1.2.0/ego_1.2.0_amd64.deb -apt install ./ego_1.2.0_amd64.deb build-essential libssl-dev +wget https://github.com/edgelesssys/ego/releases/download/v1.3.0/ego_1.3.0_amd64.deb +apt install ./ego_1.3.0_amd64.deb build-essential libssl-dev ``` You can find more information about ego installation on the official [documentation](https://docs.edgeless.systems/ego/#/getting-started/install). diff --git a/utils/docker/base-dev/Dockerfile b/utils/docker/base-dev/Dockerfile index 971a54857..47a3c0314 100644 --- a/utils/docker/base-dev/Dockerfile +++ b/utils/docker/base-dev/Dockerfile @@ -26,7 +26,7 @@ ARG NANOPB_VERSION=0.4.7 ARG OPENSSL=1.1.1g ARG SGXSSL=2.10_1.1.1g ARG APT_ADD_PKGS= -ARG EGO_VERSION=1.2.0 +ARG EGO_VERSION=1.3.0 # for convenience remember all versions as env variables .. ENV GO_VERSION=${GO_VERSION}