Skip to content

Commit

Permalink
Freeze open-enclave version
Browse files Browse the repository at this point in the history
  • Loading branch information
italo-sampaio committed Nov 14, 2024
1 parent 495c37d commit b24d155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sgx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \
apt-get install -y apt-utils vim && \
apt-get install -y tar && \
apt-get install -y curl && \
apt-get install -y open-enclave && \
apt-get install -y open-enclave=0.19.4 && \
apt-get install -y make

# Create directory to host symlinks to Open Enclave static libraries
Expand Down

0 comments on commit b24d155

Please sign in to comment.