summaryrefslogtreecommitdiff
path: root/.gitlab-ci/Dockerfile
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-02 19:43:05 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-02 19:43:05 +0100
commita5af67755ce9aaaf8ab0461899e68fd7a55dbc52 (patch)
tree78b9f54cffcb6be8162915c9387ec83b2e1be80e /.gitlab-ci/Dockerfile
parent4fe2fe6e23287154ca953a031ba2dffd3c853648 (diff)
downloadgobject-introspection-a5af67755ce9aaaf8ab0461899e68fd7a55dbc52.tar.gz
ci: update meson to 0.49.0
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 cac13eb0..0330e3af 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -47,7 +47,7 @@ RUN dnf -y install \
zlib-devel \
&& dnf clean all
-RUN pip3 install meson==0.48.2
+RUN pip3 install meson==0.49.0
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}