diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-06-10 07:49:54 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-06-10 08:46:26 -0400 |
commit | 4dc7c21bb9b254dfdac700723900f62d70292807 (patch) | |
tree | 0e8a39dbe804aa0473ec108c3288676c639fb221 | |
parent | 0226bdd9c223f5651b6657a14cebc900bbac4b19 (diff) | |
download | pango-4dc7c21bb9b254dfdac700723900f62d70292807.tar.gz |
ci: Update the Fedora image
Use Fedora 36. 34 is EOL now.
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | .gitlab-ci/fedora.Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e93f7dea..f868f66d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: variables: COMMON_MESON_FLAGS: "--fatal-meson-warnings --werror" MESON_TEST_TIMEOUT_MULTIPLIER: 2 - FEDORA_IMAGE: registry.gitlab.gnome.org/gnome/pango/fedora:v8 + FEDORA_IMAGE: registry.gitlab.gnome.org/gnome/pango/fedora:v9 .only-default: only: diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index a7600b46..73ade0c4 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:34 +FROM fedora:36 RUN dnf -y install \ abattis-cantarell-fonts \ |