Skip to content

Commit

Permalink
Upgrade ego to version 1.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Osama Magdy <59124937+osamamagdy@users.noreply.github.com>
  • Loading branch information
osamamagdy authored and mbrandenburger committed Jul 12, 2024
1 parent 3568516 commit 33fd56f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ecc_go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0/ego_1.5.0_amd64_ubuntu-22.04.deb
apt install ./ego_1.5.0_amd64_ubuntu-22.04.deb build-essential libssl-dev
wget https://github.com/edgelesssys/ego/releases/download/v1.5.3/ego_1.5.3_amd64_ubuntu-22.04.deb
apt install ./ego_1.5.3_amd64_ubuntu-22.04.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).
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/base-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG NANOPB_VERSION=0.4.7
ARG OPENSSL_VERSION=3.0.12
ARG SGXSSL_VERSION=3.0_Rev1
ARG APT_ADD_PKGS=
ARG EGO_VERSION=1.5.0
ARG EGO_VERSION=1.5.3

# for convenience remember all versions as env variables ..
ENV GO_VERSION=${GO_VERSION}
Expand Down

0 comments on commit 33fd56f

Please sign in to comment.