diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9387806..de2ae93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ # and run ci-fairy generate-template. For details, see # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml -.templates_sha: &template_sha dd90ac0d7a03b574eb4f18d7358083f0c97825f3 +.templates_sha: &template_sha 81a36b5c5349fd3222036bb3caa0166083a3fd44 include: # Fedora container builder template @@ -35,7 +35,7 @@ variables: # changing these will force rebuilding the associated image # Note: these tags have no meaning and are not tied to a particular # fontconfig version - FEDORA_TAG: '2023-03-31.0-e8249e0940af' + FEDORA_TAG: '2023-07-15.0-029bccad11f1' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 43572db..54715a1 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -12,7 +12,7 @@ # and run ci-fairy generate-template. For details, see # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml -.templates_sha: &template_sha dd90ac0d7a03b574eb4f18d7358083f0c97825f3 +.templates_sha: &template_sha 81a36b5c5349fd3222036bb3caa0166083a3fd44 include: {% for distro in distributions|sort(attribute="name") %} diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index 6ddd5bf..ecb9e1a 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -1,4 +1,4 @@ -.default_tag: &default_tag "2023-03-31.0" +.default_tag: &default_tag "2023-07-15.0" distributions: - name: fedora