From 1e89a05a20c049eb4bc90827ae2a90dd269c5bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Huguet?= Date: Fri, 28 Feb 2025 14:21:35 +0100 Subject: [PATCH] CI: update images --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 758162961c..c3c36ed81d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,9 +61,9 @@ variables: # This is done by running `ci-fairy generate-template` and possibly bumping # ".default_tag". ALPINE_TAG: 'tag-77ec3d923fd6' - CENTOS_TAG: 'tag-8af9c6a05c7b' + CENTOS_TAG: 'tag-7a677f4838e1' DEBIAN_TAG: 'tag-ecad19904683' - FEDORA_TAG: 'tag-8af9c6a05c7b' + FEDORA_TAG: 'tag-7a677f4838e1' UBUNTU_TAG: 'tag-ecad19904683' ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'