mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-02-01 17:50:11 +00:00
docker: Update Meson to 1.7
No significant changes, just a version bump to see if it builds without issues. Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
This commit is contained in:
parent
6c91250df6
commit
6a4227dfd8
@ -11,7 +11,7 @@ ENV APT_UPDATE="apt-get update" \
|
||||
APT_CLEANUP="rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*"
|
||||
|
||||
ARG GCOVR_VERSION="~=7.2"
|
||||
ARG MESON_VERSION="~=1.6"
|
||||
ARG MESON_VERSION="~=1.7"
|
||||
RUN echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/debian-12-backports.list \
|
||||
&& ${APT_UPDATE} \
|
||||
&& ${APT_INSTALL} \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user