Compare commits

...

2 Commits

Author SHA1 Message Date
7b81f73f1b
chore(deps): update davidanson/markdownlint-cli2-action action to v20
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 4s
Release / push-amd64 (push) Successful in 24s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Release / push-arm64 (push) Successful in 1m46s
Release / push-manifest (push) Successful in 16s
Release / sync-to-hub-docker-io (push) Successful in 22s
2025-05-30 22:06:55 +00:00
aef5e974aa
chore(deps): update docker.io/library/alpine docker tag to v3.22.0
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Lint Markdown files / markdown-lint (push) Successful in 6s
Release / push-amd64 (push) Successful in 25s
Release / push-arm64 (push) Successful in 1m47s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 1m39s
2025-05-30 19:06:54 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with:
globs: '**/*.md'

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.21.3
FROM docker.io/library/alpine:3.22.0
RUN apk add --no-cache \
bash \