summaryrefslogtreecommitdiff
path: root/.gitlab-ci/Dockerfile
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2018-09-29 23:50:13 -0700
committerChristoph Reiter <reiter.christoph@gmail.com>2018-11-05 21:06:15 +0100
commit4e57b5a95059c04ab198627318d1d2d905e5c1fd (patch)
tree03209f84b5d49c227372048d35604c3753db4474 /.gitlab-ci/Dockerfile
parentb4458bb5981b703f7d41277958314e2fb09a295d (diff)
downloadgobject-introspection-4e57b5a95059c04ab198627318d1d2d905e5c1fd.tar.gz
CI: Upgrade Meson version
GLib, a wrapped dependency, requires 0.48.0, so our CI environments should have that installed.
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 5c291a8c..bb770eac 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -51,7 +51,7 @@ RUN dnf -y install \
zlib-devel \
&& dnf clean all
-RUN pip3 install meson==0.47.1
+RUN pip3 install meson==0.48.0
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}