[libadwaita/wip/exalm/bump-gtk: 1/2] ci: Base the docs image on f35




commit d3fd8a0bde9628f853a28a1e5aa547b43ad94b51
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Aug 31 12:22:36 2021 +0500

    ci: Base the docs image on f35
    
    We need newer GTK than f34 has.
    
    Bump the tag to v2.

 .gitlab-ci.yml             | 2 +-
 .gitlab-ci/docs.Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e8199d7..38d9b403 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
   FLATPAK_MODULE: 'libadwaita'
   FLATPAK_BUILD_DIR: build
   ABI_CHECKER_IMAGE: "registry.gitlab.gnome.org/gnome/libadwaita/abi-checker:v1"
-  DOCS_IMAGE: "registry.gitlab.gnome.org/gnome/libadwaita/docs:v1"
+  DOCS_IMAGE: "registry.gitlab.gnome.org/gnome/libadwaita/docs:v2"
 
 stages:
   - build
diff --git a/.gitlab-ci/docs.Dockerfile b/.gitlab-ci/docs.Dockerfile
index b46ddb1a..06e9fb28 100644
--- a/.gitlab-ci/docs.Dockerfile
+++ b/.gitlab-ci/docs.Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:34
+FROM fedora:35
 
 RUN dnf -y update \
  && dnf -y install \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]