From e5df5186814240b313b2d4c82860df3cf11c2248 Mon Sep 17 00:00:00 2001 From: Osama Magdy <59124937+osamamagdy@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:59:35 +0300 Subject: [PATCH] Upgrade ego to version 1.5.3 Signed-off-by: Osama Magdy <59124937+osamamagdy@users.noreply.github.com> --- ecc_go/README.md | 4 ++-- utils/docker/base-dev/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ecc_go/README.md b/ecc_go/README.md index e626d8ad2..18d912706 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.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). diff --git a/utils/docker/base-dev/Dockerfile b/utils/docker/base-dev/Dockerfile index 8c6f282c9..31a9e8798 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_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}