diff options
author | Philip Chimento <philip.chimento@gmail.com> | 2018-09-29 23:50:13 -0700 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-11-05 21:06:15 +0100 |
commit | 4e57b5a95059c04ab198627318d1d2d905e5c1fd (patch) | |
tree | 03209f84b5d49c227372048d35604c3753db4474 /.gitlab-ci/Dockerfile | |
parent | b4458bb5981b703f7d41277958314e2fb09a295d (diff) | |
download | gobject-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/Dockerfile | 2 |
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} |