summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-01-28 16:52:42 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-01-29 09:39:21 +0100
commit98e6e0cf7730d4fd668e6f41d6dd9172396edb07 (patch)
tree422ad97732e30f52c34901f7fe5c147dad33949c /.gitlab-ci
parent058f82d03d499abdb89af4289954e0d8fbd2399c (diff)
downloadgtk+-98e6e0cf7730d4fd668e6f41d6dd9172396edb07.tar.gz
ci: Update the version of Meson in the CI image
We need at least 0.52.1 to be able to use gtk-doc as a sub-project.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index a86bb1e3ce..d8cabe1a9d 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -76,7 +76,7 @@ RUN dnf -y install \
xorg-x11-server-Xvfb \
&& dnf clean all
-RUN pip3 install meson==0.50.1
+RUN pip3 install meson==0.52.1
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}