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,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.19
26
+ ARG DCAP_VERSION=DCAP_1.21
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 \
@@ -37,7 +37,7 @@ RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx.gpg] https://d
37
37
libsgx-quote-ex-dev
38
38
39
39
# Install SGX SDK
40
- ARG SGX_SDK_URL=https://download.01.org/intel-sgx/sgx-linux/2.22 /distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.22 .100.3.bin
40
+ ARG SGX_SDK_URL=https://download.01.org/intel-sgx/sgx-linux/2.24 /distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.24 .100.3.bin
41
41
RUN wget ${SGX_SDK_URL} \
42
42
&& export SGX_SDK_INSTALLER=$(basename $SGX_SDK_URL) \
43
43
&& chmod +x $SGX_SDK_INSTALLER \
@@ -49,7 +49,7 @@ RUN cd sgxsdk/SampleCode/SampleEnclave \
49
49
&& make \
50
50
&& cd -
51
51
52
- ARG DCAP_TARBALL_SHA256="ed96f583581be108f9370d7e97577664a704914a98f27a7e117a650651c13e56 "
52
+ ARG DCAP_TARBALL_SHA256="f0336fef8263b4c53664efb8486c021ca3d996817eb63b0671324a0acf706310 "
53
53
54
54
RUN wget -q https://github.com/intel/SGXDataCenterAttestationPrimitives/archive/$DCAP_VERSION.tar.gz && \
55
55
echo "$DCAP_TARBALL_SHA256 $DCAP_VERSION.tar.gz" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments