ci: Update the MingW Docker image

This commit is contained in:
Emmanuele Bassi 2019-07-24 12:52:57 +01:00
parent ed7c258996
commit f6b4012c9d

View File

@ -58,7 +58,7 @@ RUN dnf -y install \
WORKDIR /opt
COPY cross_file_mingw64.txt /opt
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}