Skip to content

Commit

Permalink
Bump cenclave-lib-sgx to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Dec 27, 2024
1 parent b63df1d commit d70575b
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 Cosmian Enclave SGX library
RUN . "$GRAMINE_VENV/bin/activate" && \
python3 -m pip install -U pip setuptools && \
python3 -m pip install -U cenclave-lib-sgx==1.1.0
python3 -m pip install -U cenclave-lib-sgx==1.1.1

WORKDIR /root

Expand Down

0 comments on commit d70575b

Please sign in to comment.