From 12b24fce88903e3e3d70f37320722e7b39a178dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 5 May 2023 20:30:03 +0200 Subject: [PATCH] Trigger an update of the ostree_ext container image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently it uses golang-1.18.7-1.fc36.x86_64 ; we need 1.19, and the current version of the base image has golang-1.20.3-1.fc38.x86_64 . Signed-off-by: Miloslav Trmač --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ed624d95..406304f9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -145,7 +145,7 @@ ostree-rs-ext_task: dockerfile: contrib/cirrus/ostree_ext.dockerfile docker_arguments: # required build-args BASE_FQIN: quay.io/coreos-assembler/fcos-buildroot:testing-devel - CIRRUS_IMAGE_VERSION: 1 + CIRRUS_IMAGE_VERSION: 2 env: EXT_REPO_NAME: ostree-rs-ext EXT_REPO_HOME: $CIRRUS_WORKING_DIR/../$EXT_REPO_NAME