diff --git a/Dockerfile b/Dockerfile index 13be016..e397fc5 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 -U cenclave-lib-sgx==1.0.0a1 + python3 -m pip install -U cenclave-lib-sgx==1.0.0 WORKDIR /root