summaryrefslogtreecommitdiff
path: root/.gitlab-ci/debian-stable.Dockerfile
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-10-07 17:05:12 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-10-07 17:15:13 +0100
commit46588698e24e0c8eede177d4b71b96e18a78da5d (patch)
treee59f25d9a7a672d085a14d454e20b3cf931d0022 /.gitlab-ci/debian-stable.Dockerfile
parenta4c9049486868f9a08c74e745733a502b9ca9071 (diff)
downloadglib-46588698e24e0c8eede177d4b71b96e18a78da5d.tar.gz
build: Bump Meson dependency to 0.52.0
This is what’s available in the new Debian Stable, so we can expect it to be available pretty much everywhere. Subsequent commits will clean up old workarounds. 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 19621a749..224003ba0 100644
--- a/.gitlab-ci/debian-stable.Dockerfile
+++ b/.gitlab-ci/debian-stable.Dockerfile
@@ -66,7 +66,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.49.2
+RUN pip3 install meson==0.52.0
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}