Skip to content

Commit 31be772

Browse files
committed
sgx-sdk-demo: update versions of dcap and sdk
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 74bee31 commit 31be772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/sgx-sdk-demo/Dockerfile

Lines changed: 2 additions & 2 deletions
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.18
26+
ARG DCAP_VERSION=DCAP_1.19
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 \
@@ -37,7 +37,7 @@ RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx.gpg] https://d
3737
libsgx-quote-ex-dev
3838

3939
# Install SGX SDK
40-
ARG SGX_SDK_URL=https://download.01.org/intel-sgx/sgx-linux/2.21/distro/ubuntu22.04-server/sgx_linux_x64_sdk_2.21.100.1.bin
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
4141
RUN wget ${SGX_SDK_URL} \
4242
&& export SGX_SDK_INSTALLER=$(basename $SGX_SDK_URL) \
4343
&& chmod +x $SGX_SDK_INSTALLER \

0 commit comments

Comments
 (0)