summaryrefslogtreecommitdiff
path: root/.gitlab-ci/fedora.Dockerfile
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-10-14 14:13:49 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-10-14 14:13:49 +0000
commitc7e6f369079f60311cf241e8e05f4cd92f7c344b (patch)
tree98b1f48aede68fd4f0846785f069d1fb84b4a5d1 /.gitlab-ci/fedora.Dockerfile
parent98566c9a4825513bb72f981ef347c1b3a56ac42d (diff)
parent8bb28bab74ac9c9e0c5012ad17c520e38ab5bd83 (diff)
downloadpango-c7e6f369079f60311cf241e8e05f4cd92f7c344b.tar.gz
Merge branch 'override-dependency' into 'master'
meson: Use meson.override_dependency() See merge request GNOME/pango!250
Diffstat (limited to '.gitlab-ci/fedora.Dockerfile')
-rw-r--r--.gitlab-ci/fedora.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index f2240cac..9447bdb1 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -41,7 +41,7 @@ RUN dnf -y install \
thai-scalable-waree-fonts \
&& dnf clean all
-RUN pip3 install meson==0.53.1
+RUN pip3 install meson==0.54.3
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}