diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-11-26 10:24:05 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gmail.com> | 2019-11-26 14:58:34 +0000 |
commit | c97c94e7b9e0b1d16681863fd782682c1e30747c (patch) | |
tree | d2d03b962e76e6903b988173c4b28d1d68e32962 /.gitlab | |
parent | a5f74989c58aa2df643c5fd66c99bc58cd62c4e5 (diff) | |
download | gdk-pixbuf-c97c94e7b9e0b1d16681863fd782682c1e30747c.tar.gz |
ci: Update the Docker image
Install Meson 0.48.1, in preparation for merging !51.
Diffstat (limited to '.gitlab')
-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 82d583f16..5996b9fb0 100644 --- a/.gitlab/ci/Dockerfile +++ b/.gitlab/ci/Dockerfile @@ -22,7 +22,7 @@ RUN dnf -y install \ shared-mime-info \ && dnf clean all -RUN pip3 install meson +RUN pip3 install meson==0.48.1 ARG HOST_USER_ID=5555 ENV HOST_USER_ID ${HOST_USER_ID} |