Skip to content

Commit

Permalink
Merge pull request #2 from Cosmian/bump-lib
Browse files Browse the repository at this point in the history
Bump version of cenclave-lib-sgx to 1.0.0
  • Loading branch information
grydz authored Nov 18, 2024
2 parents 09b438e + 7698f5d commit 181c1bd
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.0.0a1
python3 -m pip install -U cenclave-lib-sgx==1.0.0

WORKDIR /root

Expand Down

0 comments on commit 181c1bd

Please sign in to comment.