From 169e38cbe6536a1ce4f2ace4bdc96f53df689171 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 9 Nov 2023 15:10:46 +0100 Subject: [PATCH] ci: bump hotdoc version to 0.16 Part-of: --- .gitlab-image-tags.yml | 2 +- ci/docker/fedora/prepare.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index 389b44c380..400d09d5fe 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -5,7 +5,7 @@ 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: '2023-10-25' + FEDORA_TAG: '2023-11-09.0' INDENT_TAG: '2023-08-24.3' diff --git a/ci/docker/fedora/prepare.sh b/ci/docker/fedora/prepare.sh index a7c32aae48..058ed3ed51 100644 --- a/ci/docker/fedora/prepare.sh +++ b/ci/docker/fedora/prepare.sh @@ -239,7 +239,7 @@ dnf builddep -y gstreamer1 \ python3-gstreamer1 dnf remove -y meson -x ninja-build -pip3 install meson==1.2.3 hotdoc==0.15 python-gitlab tomli junitparser +pip3 install meson==1.2.3 hotdoc==0.16 python-gitlab tomli junitparser # Remove gst-devel packages installed by builddep above dnf remove -y "gstreamer1*devel"