Skip to content

Commit

Permalink
Bump cenclave-lib-sgx to branch 'uvicorn'
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Dec 27, 2024
1 parent d70575b commit b10243d
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.1
python3 -m pip install "cenclave-lib-sgx @ git+https://github.com/Cosmian/cenclave-lib-sgx.git@dc4d8370c3cf9612fdc68a87f3988c8439ec1292"

WORKDIR /root

Expand Down

0 comments on commit b10243d

Please sign in to comment.