From a27256d4ccb6d270eb1c0cccd5efb1527f5b954c Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 11 Mar 2025 08:03:36 +0000 Subject: [PATCH] Update dependency adrienverge/yamllint to v1.36.0 --- .woodpecker/build.yaml | 2 +- .woodpecker/push.yaml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 8560a75..d918760 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -31,7 +31,7 @@ steps: --label=org.opencontainers.image.source=$CI_REPO_CLONE_URL --label=org.opencontainers.image.vendor=kokuwa.io --label=org.opencontainers.image.licenses=GPL-3.0-or-later - --label=org.opencontainers.image.version=1.35.1 + --label=org.opencontainers.image.version=1.36.0 test: image: ci-registry.schnabel.org/kokuwaio/yamllint:${CI_PIPELINE_NUMBER}-${PLATFORM} diff --git a/.woodpecker/push.yaml b/.woodpecker/push.yaml index 1f3c333..1cb9c65 100644 --- a/.woodpecker/push.yaml +++ b/.woodpecker/push.yaml @@ -24,7 +24,7 @@ steps: - echo "$AUTH" > /tmp/auth.json - skopeo copy --all --preserve-digests --dest-precompute-digests docker://ci-registry.schnabel.org/kokuwaio/yamllint:$CI_PIPELINE_NUMBER - docker://$URL/kokuwaio/yamllint:1.35.1 + docker://$URL/kokuwaio/yamllint:1.36.0 - skopeo copy --all --preserve-digests --dest-precompute-digests docker://ci-registry.schnabel.org/kokuwaio/yamllint:$CI_PIPELINE_NUMBER docker://$URL/kokuwaio/yamllint:latest diff --git a/Dockerfile b/Dockerfile index 983d263..cfb677c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \