From 14d2c4872e09b59504f88832bf2a6f197a3c7bfb Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 24 Jul 2019 12:43:52 +0100 Subject: [PATCH] ci: Update Fedora's Docker image Match the version of Meson we install with the one we require. --- .gitlab-ci/fedora.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index debec6812..1c0a39d8b 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -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}