5 Commits

Author SHA1 Message Date
ac4d9b833f chore(deps): update docker.io/library/alpine docker tag to v3.22.1
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
Lint Markdown files / markdown-lint (push) Successful in 13s
Release / push-arm64 (push) Successful in 1m11s
Release / push-amd64 (push) Successful in 1m49s
Release / push-manifest (push) Successful in 11s
Release / sync-to-hub-docker-io (push) Successful in 44s
2025-07-15 22:05:49 +00:00
2c5ccee23a chore(deps): update docker/setup-buildx-action action to v3.11.1
Some checks failed
Lint Markdown files / markdown-lint (pull_request) Successful in 13s
Lint Markdown files / markdown-lint (push) Successful in 11s
Release / push-arm64 (push) Successful in 1m18s
Release / push-amd64 (push) Successful in 44s
Release / push-manifest (push) Successful in 10s
Release / sync-to-hub-docker-io (push) Failing after 27s
2025-06-18 10:09:24 +00:00
fe69c0661f chore(deps): update docker/setup-buildx-action action to v3.11.0
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Lint Markdown files / markdown-lint (push) Successful in 12s
Release / push-arm64 (push) Successful in 1m15s
Release / push-amd64 (push) Successful in 1m29s
Release / push-manifest (push) Successful in 11s
Release / sync-to-hub-docker-io (push) Successful in 43s
2025-06-16 13:08:08 +00:00
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
3 changed files with 4 additions and 4 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

@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4.2.2
- uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.10.0
- uses: docker/setup-buildx-action@v3.11.1
- uses: docker/login-action@v3.4.0
with:
@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v4.2.2
- uses: docker/setup-qemu-action@v3.6.0
- uses: docker/setup-buildx-action@v3.10.0
- uses: docker/setup-buildx-action@v3.11.1
- uses: docker/login-action@v3.4.0
with:

View File

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