[glib/meson-bump: 140/141] ci: Update Fedora's Docker image



commit f2ce1204173c96ff37f03dbbd155a56a106ddf88
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jul 24 12:43:52 2019 +0100

    ci: Update Fedora's Docker image
    
    Match the version of Meson we install with the one we require.

 .gitlab-ci/fedora.Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index debec6812..1c0a39d8b 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -52,7 +52,7 @@ RUN dnf -y install \
     zlib-devel \
  && dnf clean all
 
-RUN pip3 install meson==0.48.0
+RUN pip3 install meson==0.49.2
 
 ARG HOST_USER_ID=5555
 ENV HOST_USER_ID ${HOST_USER_ID}


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