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.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Jun 14, 2024
1 parent 956168f commit 66ce4a1
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 @@ -57,7 +57,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.3.0a4
python3 -m pip install -U mse-lib-sgx==2.3.0a5

WORKDIR /root

Expand Down

0 comments on commit 66ce4a1

Please sign in to comment.