summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-03 20:16:38 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-03 20:16:38 -0500
commit124cab53b3ea4f1ad555131ad9708869e13ffd1b (patch)
treeb57e53023d46100e2929456f5b8ea6b86c30f452 /.gitlab-ci
parentda05ac0bd0a4eaac1bed07838fe79f5c04cef689 (diff)
downloadpango-124cab53b3ea4f1ad555131ad9708869e13ffd1b.tar.gz
ci: Update meson in the Fedora image
Bump meson to 0.56.0. The new image is fedora:v4.
Diffstat (limited to '.gitlab-ci')
-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}