File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ RUN apt-get update && \
2323# SGX SDK is installed in /opt/intel directory.
2424WORKDIR /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
2929RUN 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
You can’t perform that action at this time.
0 commit comments