Skip to content

Commit

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

WORKDIR /root

Expand Down

0 comments on commit a65affb

Please sign in to comment.