From 1bdce46399b47106e9901a2c0ae38be1163aa08e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 5 May 2022 19:23:20 +0100 Subject: build: Bump Meson dependency to 0.60.0 As per the new policy in `docs/meson-version.md`, we can now bump the dependency. Signed-off-by: Philip Withnall --- .gitlab-ci/debian-stable.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci/debian-stable.Dockerfile') diff --git a/.gitlab-ci/debian-stable.Dockerfile b/.gitlab-ci/debian-stable.Dockerfile index 84aa98ba2..fc7031271 100644 --- a/.gitlab-ci/debian-stable.Dockerfile +++ b/.gitlab-ci/debian-stable.Dockerfile @@ -65,7 +65,7 @@ RUN locale-gen de_DE.UTF-8 \ ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8 -RUN pip3 install meson==0.52.0 +RUN pip3 install meson==0.60.3 ARG HOST_USER_ID=5555 ENV HOST_USER_ID ${HOST_USER_ID} -- cgit v1.2.1