From bd2308f9cc7cee493b1a591f02a78cb509413eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 21 Feb 2025 11:20:41 +0200 Subject: [PATCH] ci: Update image tags Part-of: --- .gitlab-image-tags.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index 4ba7127c55..54d255f6a3 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,12 +5,12 @@ variables: # If you are hacking on them or need a them to rebuild, its enough # to change any part of the string of the image you want. ### - FEDORA_TAG: '2025-01-11.0' + FEDORA_TAG: '2025-02-23.0' - DEBIAN_TAG: '2025-01-11.0' + DEBIAN_TAG: '2025-02-23.0' CHECKS_TAG: '2025-02-04.0' ABI_CHECK_TAG: '2025-01-29.0' - WINDOWS_TAG: '2025-01-11.0' + WINDOWS_TAG: '2025-02-23.0'