build: Bump Meson dependency to 0.59.0

Required for switching to `gnome.post_install()` function
with `update_desktop_database` kwarg.

Even newer version is available in bullseye-backports in Debian
so it should probably be fine.
This commit is contained in:
Jan Tojnar 2022-08-31 10:54:52 +02:00 committed by Philip Withnall
parent 54ebc3739e
commit 6c96a5e7b6
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ RUN locale-gen C.UTF-8 && /usr/sbin/update-locale LANG=C.UTF-8
ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
RUN pip3 install meson==0.57.0
RUN pip3 install meson==0.59.4
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}