Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Bump mse-lib-sgx to 2.3.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Apr 3, 2024
1 parent 0e72efe commit d702e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN python3 -m venv $GRAMINE_VENV
# Install MSE Enclave library
RUN . "$GRAMINE_VENV/bin/activate" && \
python3 -m pip install -U pip setuptools && \
python3 -m pip install -U mse-lib-sgx==2.2
python3 -m pip install -U mse-lib-sgx==2.3.0a4

WORKDIR /root

Expand Down

0 comments on commit d702e7e

Please sign in to comment.