Skip to content

Commit 5ff6137

Browse files
sgx-sdk-demo: update versions of dcap and sdk
Signed-off-by: hj-johannes-lee <[email protected]>
1 parent 56183f2 commit 5ff6137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/sgx-sdk-demo/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323
# SGX SDK is installed in /opt/intel directory.
2424
WORKDIR /opt/intel
2525

26-
ARG DCAP_VERSION=DCAP_1.15
26+
ARG DCAP_VERSION=DCAP_1.17
2727

2828
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx.gpg] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" | \
2929
tee -a /etc/apt/sources.list.d/intel-sgx.list \
@@ -36,7 +36,7 @@ RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx.gpg] https://d
3636
libsgx-quote-ex-dev
3737

3838
# Install SGX SDK
39-
ARG SGX_SDK_URL=https://download.01.org/intel-sgx/sgx-linux/2.18/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.18.100.3.bin
39+
ARG SGX_SDK_URL=https://download.01.org/intel-sgx/sgx-linux/2.20/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.20.100.4.bin
4040
RUN wget ${SGX_SDK_URL} \
4141
&& export SGX_SDK_INSTALLER=$(basename $SGX_SDK_URL) \
4242
&& chmod +x $SGX_SDK_INSTALLER \

0 commit comments

Comments
 (0)