Skip to content

Commit

Permalink
ci: update container image
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jul 7, 2022
1 parent 6cf7da0 commit f168c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit f168c04

Please sign in to comment.