From 404bfbd6d86d4731084ee8ea03bbb357dee500f4 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Mon, 5 Dec 2022 18:10:14 +0530 Subject: [PATCH] ci: Bump image tags to rebuild new fedora / windows images 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 cdfb413729..05a5565458 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-11-18.0' + FEDORA_TAG: '2022-12-10.0' INDENT_TAG: '2022-03-07.1' - WINDOWS_TAG: "2022-11-18.0" + WINDOWS_TAG: '2022-12-10.0'