From 58df3e6f5832ad118a20f9bf229d484e48e487ec Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 9 Sep 2020 17:34:39 +0300 Subject: [PATCH] citemplate: update the buildah bootstrap image Part-of: --- gitlab/ci_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index f30bf5534e..858b74f845 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -196,7 +196,7 @@ default: # # All the documentation from citemplates should be applicable here, so please refer there .base: - image: "$CI_REGISTRY/freedesktop/ci-templates/buildah:2020-03-24" + image: "$CI_REGISTRY/freedesktop/ci-templates/buildah:2020-07-20.1" variables: STORAGE_DRIVER: 'vfs' BUILDAH_FORMAT: 'docker'