summaryrefslogtreecommitdiff
path: root/.gitlab-ci/fedora.Dockerfile
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-04 01:28:08 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-01-04 01:28:08 +0000
commit896bf51b0d525c7393d04eca2d57c838df406dfe (patch)
treeb57e53023d46100e2929456f5b8ea6b86c30f452 /.gitlab-ci/fedora.Dockerfile
parentce3ff3508b9fd9413c5c7d6fbd2f59c7b287ba26 (diff)
parent124cab53b3ea4f1ad555131ad9708869e13ffd1b (diff)
downloadpango-896bf51b0d525c7393d04eca2d57c838df406dfe.tar.gz
Merge branch 'matthiasc/for-master' into 'master'
Matthiasc/for master See merge request GNOME/pango!266
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 9447bdb1..c1d0e5c4 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.54.3
+RUN pip3 install meson==0.56
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}