diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54276b11..9696773c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: sdk-test: runs-on: ubuntu-latest container: - image: bluele/sgx-rust:2004-1.1.4 + image: bluele/sgx-rust:2004-1.1.5 steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 diff --git a/Makefile b/Makefile index 3baa74c0..e3272642 100644 --- a/Makefile +++ b/Makefile @@ -184,4 +184,4 @@ proto: .PHONY: docker docker: - docker build --no-cache -t datachainlab/sgx-rust:2004-1.1.4 -f Dockerfile.2004.nightly . + @cd rust-sgx-sdk/dockerfile && docker build --no-cache -t datachainlab/sgx-rust:2004-1.1.5 -f Dockerfile.2004.nightly .