This is an automated email from the ASF dual-hosted git repository.
rduan pushed a commit to branch v2.0.0-preview
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
The following commit(s) were added to refs/heads/v2.0.0-preview by this push:
new eb1c710e Fix Dockerfile.ubuntu18.04
eb1c710e is described below
commit eb1c710e8ea35523f6314d17b5057ae7bf63b25b
Author: volcano <[email protected]>
AuthorDate: Tue Sep 6 18:20:30 2022 +0800
Fix Dockerfile.ubuntu18.04
---
tools/docker/Dockerfile.ubuntu18.04 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/docker/Dockerfile.ubuntu18.04
b/tools/docker/Dockerfile.ubuntu18.04
index 6f48c927..f681f879 100644
--- a/tools/docker/Dockerfile.ubuntu18.04
+++ b/tools/docker/Dockerfile.ubuntu18.04
@@ -85,8 +85,8 @@ ENV SGX_DCAP_CODE_VERSION 1.14
ENV SGX_SDK_BIN_VERSION 2.17.101.1
ENV SGX_SDK_PKGS_VERSION 2.17.100.3
ENV SGX_DCAP_PKGS_VERSION 1.14.100.3
-ENV SGX_SDK_VERSION ${SGX_SDK_PKGS_VERSION}-focal1
-ENV SGX_DCAP_VERSION ${SGX_DCAP_PKGS_VERSION}-focal1
+ENV SGX_SDK_VERSION ${SGX_SDK_PKGS_VERSION}-bionic1
+ENV SGX_DCAP_VERSION ${SGX_DCAP_PKGS_VERSION}-bionic1
ENV RUST_TOOLCHAIN nightly-2022-02-23
ENV OS_NAME ubuntu
ENV BINUTILS_DIST ubuntu18.04
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]