From c5ab0262622625b828062cfbd14cdf46d97a500a Mon Sep 17 00:00:00 2001 From: Jun Kimura Date: Fri, 30 Dec 2022 14:43:49 +0900 Subject: [PATCH] bump sgx-rust version to 1.1.6 Signed-off-by: Jun Kimura --- .github/workflows/test.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33b1adca..b9211633 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: -v $(pwd):/root/lcp \ -v ${HOME}/.cargo/git:/root/.cargo/git \ -v ${HOME}/.cargo/registry:/root/.cargo/registry \ - bluele/sgx-rust:2004-1.1.5 \ + bluele/sgx-rust:2004-1.1.6 \ /bin/bash -c \ "source /opt/sgxsdk/environment && \ source /root/.cargo/env && \ diff --git a/Makefile b/Makefile index d6144e7b..ab3fcc98 100644 --- a/Makefile +++ b/Makefile @@ -230,7 +230,7 @@ bin/gaiad: .PHONY: docker sgx-docker: - @cd rust-sgx-sdk/dockerfile && docker build --no-cache -t datachainlab/sgx-rust:2004-1.1.5 -f Dockerfile.2004.nightly . + @cd rust-sgx-sdk/dockerfile && docker build --no-cache -t datachainlab/sgx-rust:2004-1.1.6 -f Dockerfile.2004.nightly . .PHONY: tendermint-docker tendermint-docker: