From db4ed1ba80604bee7076c4f44ae68a7a15b484ce Mon Sep 17 00:00:00 2001 From: "Tate, Hongliang Tian" Date: Mon, 1 Jun 2020 15:43:47 +0000 Subject: [PATCH] Bump version to 0.12.1 --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89f2c656..b2db9d0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_script: - cd /home/travis/build/occlum/occlum; info=$(make format-check); if [ -n "$info" ]; then echo "Format error detected."; exit 1; fi script: -- docker run -v /home/travis/build/occlum/occlum:/root/occlum occlum/occlum:0.12.0-ubuntu18.04 /bin/bash -c "cd /root/occlum; make submodule; SGX_MODE=SIM make; SGX_MODE=SIM make test" +- docker run -v /home/travis/build/occlum/occlum:/root/occlum occlum/occlum:0.12.1-ubuntu18.04 /bin/bash -c "cd /root/occlum; make submodule; SGX_MODE=SIM make; SGX_MODE=SIM make test" diff --git a/README.md b/README.md index 675d3563..773e5896 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Step 1-3 are to be done on the host OS (Linux): 3. Run the Occlum Docker container, which has Occlum and its demos preinstalled: ``` - docker run -it --device /dev/isgx occlum/occlum:0.12.0-ubuntu18.04 + docker run -it --device /dev/isgx occlum/occlum:0.12.1-ubuntu18.04 ``` Step 4-5 are to be done on the guest OS running inside the Docker container: