ci: bump FIH docker release
Use version 0.0.2 of the FIH docker image, which is just a rebuild with upgraded packages. This should fix the SSL issues cloning the tf-m-tests repo from the docker run. Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
parent
66ed29f64c
commit
8fcdfc5c67
|
@ -18,7 +18,7 @@ set -e
|
|||
|
||||
DOCKER_DIR=docker
|
||||
|
||||
IMAGE=fih-test:0.0.1
|
||||
IMAGE=fih-test:0.0.2
|
||||
|
||||
CACHED_IMAGE=$DOCKER_DIR/$IMAGE
|
||||
|
||||
|
|
Loading…
Reference in New Issue