Update to OpenEnclave 0.19.15

This commit is contained in:
Jon Chambers 2026-04-08 15:21:48 -04:00 committed by Jon Chambers
parent ae7da4625f
commit 6080faec99

View File

@ -10,8 +10,8 @@ RUN rm -rf /etc/apt/sources.list.d/*
COPY docker/sgx_runtime_libraries.sh /tmp/
RUN /tmp/sgx_runtime_libraries.sh
ARG OPENENCLAVE_VERSION=0.19.13
ARG OPENENCLAVE_HASH=10a74d365c1add73b95388f22dad89cd62cbac701dbe935aae39ecf07f29c510
ARG OPENENCLAVE_VERSION=0.19.15
ARG OPENENCLAVE_HASH=6d4344dc993f0ad28a87ed57cc483c466ea1076aa2574af161521bc552aa31d0
ADD --checksum=sha256:${OPENENCLAVE_HASH} \
https://github.com/openenclave/openenclave/releases/download/v${OPENENCLAVE_VERSION}/Ubuntu_2204_open-enclave_${OPENENCLAVE_VERSION}_amd64.deb ./
RUN dpkg -i Ubuntu_2204_open-enclave_${OPENENCLAVE_VERSION}_amd64.deb