You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/07/29 22:13:55 UTC

[incubator-teaclave] branch master updated: [Bugfix] Update the SGX SDK used in the runtime dockerfile (#532)

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 <12...@users.noreply.github.com>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org