Skip to content

Commit

Permalink
Update markdownlint-cli to 0.39.0
Browse files Browse the repository at this point in the history
Adds one new check, various bugfixes, and indirect dependency updates.

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 authored and tpantelis committed Mar 28, 2024
1 parent 455f7f9 commit bfcaeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile.shipyard-linting
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit bfcaeae

Please sign in to comment.