Skip to content

Commit 14f66f2

Browse files
committed
Bump Intel SGX SDK and PSW to 2.25
1 parent 01e4a8a commit 14f66f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ RUN apt-get update && apt-get install -y \
4848

4949
WORKDIR /opt/intel
5050

51-
ARG SGX_SDK_VERSION=2.24
52-
ARG SGX_SDK_INSTALLER=sgx_linux_x64_sdk_2.24.100.3.bin
51+
ARG SGX_SDK_VERSION=2.25
52+
ARG SGX_SDK_INSTALLER=sgx_linux_x64_sdk_2.25.100.3.bin
5353

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

0 commit comments

Comments
 (0)