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:
Fabio Utzig 2021-10-07 10:46:05 -03:00 committed by Fabio Utzig
parent 66ed29f64c
commit 8fcdfc5c67
1 changed files with 1 additions and 1 deletions

View File

@ -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