From bfcaeaea5d9a41753558a3c79a8ba108eed0e77a Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 27 Mar 2024 10:26:06 -0400 Subject: [PATCH] Update markdownlint-cli to 0.39.0 Adds one new check, various bugfixes, and indirect dependency updates. Signed-off-by: Daniel Farrell --- package/Dockerfile.shipyard-linting | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Dockerfile.shipyard-linting b/package/Dockerfile.shipyard-linting index 6fb457e4b..d6aaff531 100644 --- a/package/Dockerfile.shipyard-linting +++ b/package/Dockerfile.shipyard-linting @@ -23,7 +23,7 @@ ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH} \ # yamllint | YAML linting # yq | YAML processing -ENV MARKDOWNLINT_VERSION=0.38.0 \ +ENV MARKDOWNLINT_VERSION=0.39.0 \ GITLINT_VERSION=0.19.1 RUN apk add --no-cache bash findutils git grep make nodejs py3-six shellcheck upx yamllint yq && \