From cd73d7e9f946794bed0049edc5e664e4c523e2de Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 17 Jun 2025 21:36:20 +0000 Subject: [PATCH] chore(deps): update dependency adrienverge/yamllint from v1.36.0 to v1.36.2 --- .woodpecker/build.yaml | 8 ++++---- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index a1ecbbe..f62f787 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -26,7 +26,7 @@ steps: org.opencontainers.image.vendor: kokuwa.io org.opencontainers.image.licenses: EUPL-1.2 org.opencontainers.image.ref.name: kokuwaio/yamllint - org.opencontainers.image.version: v1.36.0 + org.opencontainers.image.version: v1.36.2 when: event: pull_request @@ -36,11 +36,11 @@ steps: <<: *settings name: - registry.kokuwa.io/kokuwaio/yamllint:latest - - registry.kokuwa.io/kokuwaio/yamllint:v1.36.0 + - registry.kokuwa.io/kokuwaio/yamllint:v1.36.2 - docker.io/kokuwaio/yamllint:latest - - docker.io/kokuwaio/yamllint:v1.36.0 + - docker.io/kokuwaio/yamllint:v1.36.2 - ghcr.io/kokuwaio/yamllint:latest - - ghcr.io/kokuwaio/yamllint:v1.36.0 + - ghcr.io/kokuwaio/yamllint:v1.36.2 auth: "https://index.docker.io/v1/": username: {from_secret: docker_io_username} diff --git a/Dockerfile b/Dockerfile index 37fec25..0803ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,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==v1.36.0 \ +RUN pip install yamllint==v1.36.2 \ --root=/build \ --root-user-action=ignore \ --break-system-packages \