summaryrefslogtreecommitdiff
path: root/.gitlab-ci/debian-stable.Dockerfile
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-05-05 19:23:20 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2022-05-06 13:01:44 +0100
commit1bdce46399b47106e9901a2c0ae38be1163aa08e (patch)
treea7d83f919946b136106e1c34c0c56c0736f4d23c /.gitlab-ci/debian-stable.Dockerfile
parent91c50c292755f8360d2f786168cadde4f20446c5 (diff)
downloadglib-1bdce46399b47106e9901a2c0ae38be1163aa08e.tar.gz
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 <pwithnall@endlessos.org>
Diffstat (limited to '.gitlab-ci/debian-stable.Dockerfile')
-rw-r--r--.gitlab-ci/debian-stable.Dockerfile2
1 files changed, 1 insertions, 1 deletions
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}