From bc1f808c4d90617e68210352d2839e152422b063 Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Fri, 18 Feb 2022 16:03:16 +0900 Subject: [PATCH] [CI] Update CPU image to v0.81 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 34ad79c6b43f..05df4dabd99e 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> ci_lint = "tlcpack/ci-lint:v0.68" ci_gpu = "tlcpack/ci-gpu:v0.81" -ci_cpu = "tlcpack/ci-cpu:v0.80" +ci_cpu = "tlcpack/ci-cpu:v0.81" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.74" ci_qemu = "tlcpack/ci-qemu:v0.10"