From 764d2b9114072facd659383539673018a51f55de Mon Sep 17 00:00:00 2001 From: grydz Date: Mon, 30 Dec 2024 17:36:54 +0400 Subject: [PATCH] Bump cenclave-lib-sgx to last commit of branch 'uvicorn' See https://github.com/Cosmian/cenclave-lib-sgx/pull/2. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f512b61..bfa4057 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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@373bf915cd49391575b75020dc324f15f61f79be" WORKDIR /root