summaryrefslogtreecommitdiff
path: root/.gitlab-ci/fedora-latest.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/fedora-latest.Dockerfile')
-rw-r--r--.gitlab-ci/fedora-latest.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/fedora-latest.Dockerfile b/.gitlab-ci/fedora-latest.Dockerfile
index 2faf441..24f476c 100644
--- a/.gitlab-ci/fedora-latest.Dockerfile
+++ b/.gitlab-ci/fedora-latest.Dockerfile
@@ -33,6 +33,6 @@ RUN useradd -u $HOST_USER_ID -ms /bin/bash user
USER user
WORKDIR /home/user
-RUN pip3 install --user meson==0.49.2
+RUN pip3 install --user meson==0.52
ENV LANG C.utf8