Update dependency adrienverge/yamllint to v1.36.0

This commit is contained in:
Renovate 2025-03-11 08:03:36 +00:00
parent 2d8f577ab3
commit a27256d4cc
No known key found for this signature in database
GPG key ID: C9EE8FA27A4A840A
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/var/lib/apt/lists,sharing=locked \
apt-get -qq update && \
apt-get -qq install --yes --no-install-recommends python3-pip && \
rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status /var/cache/* /var/log/*
RUN pip install yamllint==1.35.1 \
RUN pip install yamllint==1.36.0 \
--root=/build \
--root-user-action=ignore \
--break-system-packages \