From c51b23f7f5e4b18e4d757f91e646f21cfa1a9334 Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Wed, 24 Sep 2025 17:03:57 -0700 Subject: [PATCH] minor changes to dockerfile & readme --- Dockerfile | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0e0883a..484b2fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-alpine as builder +FROM node:12-alpine AS builder ARG MARKDOWN_CLI_VERSION="0.26.0" @@ -23,7 +23,7 @@ COPY ./docker-entrypoint.sh /tmp/rootfs/docker-entrypoint.sh COPY ./lint /tmp/rootfs/lint # Image hub: , sources: -FROM mhart/alpine-node:slim-12 as runtime +FROM mhart/alpine-node:slim-12 AS runtime LABEL \ # Docs: diff --git a/README.md b/README.md index 547726b..3de6b5e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ [![Issues][badge_issues]][link_issues] [![License][badge_license]][link_license] -This repository contains source files of docker image (and [github action][github_actions_doc]) for markdown files linting. Additionally we provides setting _(rules)_ for the most useful cases, like changelog file linting. +This repository contains source files of docker image (and [github action][github_actions_doc]) for markdown files linting. Additionally we provide setting _(rules)_ for the most useful cases, like changelog file linting. -All docker images always can be found on **[this page][link_hub_tags]**. +All docker images can be found on **[this page][link_hub_tags]**. ## Usage @@ -24,7 +24,7 @@ This image contains [markdownlint-cli][markdownlint-cli] (node-js) and: > Major image tag can be updated in any time, but all changes will be backwards compatible. -`markdownlint-cli` supports next options (more details can be found [on project page][markdownlint-cli]): +`markdownlint-cli` supports the following options (more details can be found [on project page][markdownlint-cli]): ```bash Usage: markdownlint [options] @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Lint changelog file uses: docker://avtodev/markdown-lint:v1 # fastest way