Skip to content

Commit 33fd56f

Browse files
osamamagdymbrandenburger
authored andcommitted
Upgrade ego to version 1.5.3
Signed-off-by: Osama Magdy <59124937+osamamagdy@users.noreply.github.com>
1 parent 3568516 commit 33fd56f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ecc_go/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Install ego by running the following:
8080
```bash
8181
wget -qO- https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add
8282
add-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

8787
You can find more information about ego installation on the official [documentation](https://docs.edgeless.systems/ego/#/getting-started/install).

utils/docker/base-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ARG NANOPB_VERSION=0.4.7
2626
ARG OPENSSL_VERSION=3.0.12
2727
ARG SGXSSL_VERSION=3.0_Rev1
2828
ARG 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 ..
3232
ENV GO_VERSION=${GO_VERSION}

0 commit comments

Comments
 (0)