From 124cab53b3ea4f1ad555131ad9708869e13ffd1b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 Jan 2021 20:16:38 -0500 Subject: ci: Update meson in the Fedora image Bump meson to 0.56.0. The new image is fedora:v4. --- .gitlab-ci/fedora.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci') diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index 9447bdb1..c1d0e5c4 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -41,7 +41,7 @@ RUN dnf -y install \ thai-scalable-waree-fonts \ && dnf clean all -RUN pip3 install meson==0.54.3 +RUN pip3 install meson==0.56 ARG HOST_USER_ID=5555 ENV HOST_USER_ID ${HOST_USER_ID} -- cgit v1.2.1