This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new cad2499 [Bugfix] Update the SGX SDK used in the runtime dockerfile
(#532)
cad2499 is described below
commit cad2499cac9a292bef7e93e00ae0b80627e76b4b
Author: Hongbo <[email protected]>
AuthorDate: Thu Jul 29 18:13:50 2021 -0400
[Bugfix] Update the SGX SDK used in the runtime dockerfile (#532)
---
docker/teaclave-rt.ubuntu-1804.Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/teaclave-rt.ubuntu-1804.Dockerfile
b/docker/teaclave-rt.ubuntu-1804.Dockerfile
index 5293795..a7189f0 100644
--- a/docker/teaclave-rt.ubuntu-1804.Dockerfile
+++ b/docker/teaclave-rt.ubuntu-1804.Dockerfile
@@ -1,8 +1,8 @@
FROM ubuntu:18.04
ENV VERSION 2.14.100.2-bionic1
-ENV SGX_DOWNLOAD_URL_BASE
"https://download.01.org/intel-sgx/sgx-linux/2.12/distro/ubuntu18.04-server"
-ENV SGX_LINUX_X64_SDK sgx_linux_x64_sdk_2.12.100.3.bin
+ENV SGX_DOWNLOAD_URL_BASE
"https://download.01.org/intel-sgx/sgx-linux/2.14/distro/ubuntu18.04-server"
+ENV SGX_LINUX_X64_SDK sgx_linux_x64_sdk_2.14.100.2.bin
ENV SGX_LINUX_X64_SDK_URL "$SGX_DOWNLOAD_URL_BASE/$SGX_LINUX_X64_SDK"
RUN apt-get update && apt-get install -q -y \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]