From 9f81362d891a8895bcdf0886f9f8ae35610c9706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 29 Nov 2024 12:05:32 +0200 Subject: [PATCH] ci: Update image tags versions 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 3a89b19c59..22030ffb4f 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,9 +5,9 @@ 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: '2024-11-05.0' + FEDORA_TAG: '2024-11-29.0' - DEBIAN_TAG: '2024-11-05.0' + DEBIAN_TAG: '2024-11-29.0' INDENT_TAG: '2024-05-28.0' @@ -15,4 +15,4 @@ variables: ABI_CHECK_TAG: '2024-11-28.0' - WINDOWS_TAG: '2024-11-12.0' + WINDOWS_TAG: '2024-11-29.0'