We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9633f9a commit ed36943Copy full SHA for ed36943
docker/pdo_services_base.dockerfile
@@ -20,9 +20,9 @@ FROM pdo_base:${PDO_VERSION}
20
ARG UBUNTU_VERSION=22.04
21
ARG UBUNTU_NAME=jammy
22
23
-ARG SGX=2.22
24
-ARG OPENSSL=3.0.12
25
-ARG SGXSSL=3.0_Rev1
+ARG SGX=2.25
+ARG OPENSSL=3.0.14
+ARG SGXSSL=3.0_Rev4
26
27
RUN echo "deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu ${UBUNTU_NAME} main" >> /etc/apt/sources.list \
28
&& wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | apt-key add - \
0 commit comments