Skip to content

Commit

Permalink
Bump Intel SGX SDK to 2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Apr 3, 2024
1 parent 47f80e1 commit 0e72efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ RUN apt-get update && apt-get install -y \

WORKDIR /opt/intel

ARG SGX_SDK_VERSION=2.22
ARG SGX_SDK_INSTALLER=sgx_linux_x64_sdk_2.22.100.3.bin
ARG SGX_SDK_VERSION=2.23
ARG SGX_SDK_INSTALLER=sgx_linux_x64_sdk_2.23.100.2.bin

# Install Intel SGX SDK
RUN curl -fsSLo $SGX_SDK_INSTALLER https://download.01.org/intel-sgx/sgx-linux/$SGX_SDK_VERSION/distro/ubuntu22.04-server/$SGX_SDK_INSTALLER \
Expand Down

0 comments on commit 0e72efe

Please sign in to comment.