File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apt-get update && \
23
23
# SGX SDK is installed in /opt/intel directory.
24
24
WORKDIR /opt/intel
25
25
26
- ARG DCAP_VERSION=DCAP_1.15
26
+ ARG DCAP_VERSION=DCAP_1.17
27
27
28
28
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx.gpg] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" | \
29
29
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
36
36
libsgx-quote-ex-dev
37
37
38
38
# 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
40
40
RUN wget ${SGX_SDK_URL} \
41
41
&& export SGX_SDK_INSTALLER=$(basename $SGX_SDK_URL) \
42
42
&& chmod +x $SGX_SDK_INSTALLER \
You can’t perform that action at this time.
0 commit comments