From 4d879247c366d5b3469a95979f3247e84abb9a99 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Tue, 17 Jun 2025 22:47:13 +0200 Subject: [PATCH] chore(deps): update dependency markdownlint-cli from 0.43.0 to 0.45.0 --- .woodpecker/build.yaml | 8 ++++---- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 83580d9..454e656 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -27,7 +27,7 @@ steps: org.opencontainers.image.vendor: kokuwa.io org.opencontainers.image.licenses: EUPL-1.2 org.opencontainers.image.ref.name: kokuwaio/markdownlint - org.opencontainers.image.version: 0.44.0 + org.opencontainers.image.version: 0.45.0 when: event: pull_request @@ -37,11 +37,11 @@ steps: <<: *settings name: - registry.kokuwa.io/kokuwaio/markdownlint:latest - - registry.kokuwa.io/kokuwaio/markdownlint:0.44.0 + - registry.kokuwa.io/kokuwaio/markdownlint:0.45.0 - docker.io/kokuwaio/markdownlint:latest - - docker.io/kokuwaio/markdownlint:0.44.0 + - docker.io/kokuwaio/markdownlint:0.45.0 - ghcr.io/kokuwaio/markdownlint:latest - - ghcr.io/kokuwaio/markdownlint:0.44.0 + - ghcr.io/kokuwaio/markdownlint:0.45.0 auth: "https://index.docker.io/v1/": username: {from_secret: docker_io_username} diff --git a/Dockerfile b/Dockerfile index b12d81c..f4ab3c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN --mount=type=cache,target=/build \ mv "node-v22.16.0-linux-$SUFFIX" /opt/node ARG NPM_CONFIG_REGISTRY -RUN --mount=type=tmpfs,target=/tmp PATH="$PATH:/opt/node/bin" npm install "markdownlint-cli@0.44.0" --global --no-fund --cache=/tmp +RUN --mount=type=tmpfs,target=/tmp PATH="$PATH:/opt/node/bin" npm install "markdownlint-cli@0.45.0" --global --no-fund --cache=/tmp ## ## Final stage