Skip to content

Commit

Permalink
Update dependency markdownlint-cli to v0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 306d95c commit 6f8d353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# markdownlint-cli

# renovate: datasource=npm depName=markdownlint-cli
ENV MARKDOWNLINT_VERSION=0.41.0
ENV MARKDOWNLINT_VERSION=0.42.0

RUN npm install -g markdownlint-cli@${MARKDOWNLINT_VERSION} --ignore-scripts && \
npm cache clean --force && \
Expand Down

0 comments on commit 6f8d353

Please sign in to comment.