From 322739264fa1665f1460228d0c388be614ea6dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 18 Nov 2022 00:59:55 +0000 Subject: [PATCH] ci: bump image tags so subprojects get updated Part-of: --- .gitlab-image-tags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index 3c32fad0db..cdfb413729 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,6 +5,6 @@ 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: '2022-09-23.0' + FEDORA_TAG: '2022-11-18.0' INDENT_TAG: '2022-03-07.1' - WINDOWS_TAG: "2022-09-23.0" + WINDOWS_TAG: "2022-11-18.0"