ci: Update Fedora's Docker image

Match the version of Meson we install with the one we require.
This commit is contained in:
Emmanuele Bassi 2019-07-24 12:43:52 +01:00
parent 9fdc27657d
commit 14d2c4872e

View File

@ -52,7 +52,7 @@ RUN dnf -y install \
zlib-devel \
&& dnf clean all
RUN pip3 install meson==0.48.0
RUN pip3 install meson==0.49.2
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}