Skip to content

Commit e4dc4c1

Browse files
committed
sgx: update to SDK 2.12 and DCAP 1.9 releases
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent dea64f3 commit e4dc4c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/sgx-sdk-demo/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN apt-get update && \
2323
# SGX SDK is installed in /opt/intel directory.
2424
WORKDIR /opt/intel
2525

26-
ARG SGX_SDK_INSTALLER=sgx_linux_x64_sdk_2.11.100.2.bin
27-
ARG DCAP_VERSION=DCAP_1.8
26+
ARG SGX_SDK_INSTALLER=sgx_linux_x64_sdk_2.12.100.3.bin
27+
ARG DCAP_VERSION=DCAP_1.9
2828

2929
RUN echo "deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main" >> /etc/apt/sources.list.d/intel-sgx.list \
3030
&& wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add - \
@@ -35,7 +35,7 @@ RUN echo "deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bio
3535
libsgx-quote-ex-dev
3636

3737
# Install SGX SDK
38-
RUN wget https://download.01.org/intel-sgx/sgx-linux/2.11/distro/ubuntu18.04-server/$SGX_SDK_INSTALLER \
38+
RUN wget https://download.01.org/intel-sgx/sgx-linux/2.12/distro/ubuntu18.04-server/$SGX_SDK_INSTALLER \
3939
&& chmod +x $SGX_SDK_INSTALLER \
4040
&& echo "yes" | ./$SGX_SDK_INSTALLER \
4141
&& rm $SGX_SDK_INSTALLER

0 commit comments

Comments
 (0)