From 09b3a3829f3c5e34e2ef06ac10c668647448e6c2 Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@irstea.fr> Date: Wed, 1 Jun 2022 17:39:54 +0200 Subject: [PATCH] CI: update otbtf version -> 3.2.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8154ab0..5d374e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: "gitlab-registry.irstea.fr/remi.cresson/otbtf:3.1-cpu-basic-dev" + image: "gitlab-registry.irstea.fr/remi.cresson/otbtf/3.2.1:cpu-basic-dev" cache: key: $CI_COMMIT_REF_SLUG paths: -- GitLab