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.
This commit is contained in:
Emmanuele Bassi 2020-01-28 16:52:42 +01:00
parent 058f82d03d
commit 98e6e0cf77

View File

@ -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}