5 Commits

Author SHA1 Message Date
3191db738f Merge pull request 'chore(deps): update docker.io/library/alpine docker tag to v3.22.2' (#56) from renovate/container-images into master
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 4s
Release / push-amd64 (push) Successful in 36s
Release / push-arm64 (push) Successful in 1m27s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 27s
2025-10-08 22:06:34 +00:00
28794fa122 chore(deps): update docker.io/library/alpine docker tag to v3.22.2
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2025-10-08 22:06:12 +00:00
e6dcd170df Merge pull request 'chore(deps): update peter-evans/dockerhub-description action to v5' (#55) from renovate/peter-evans-dockerhub-description-5.x into master
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 8s
Release / push-arm64 (push) Successful in 1m12s
Release / push-amd64 (push) Successful in 25s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 24s
2025-10-02 14:58:47 +00:00
6c60403f9b chore(deps): update peter-evans/dockerhub-description action to v5
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 8s
2025-10-01 16:07:30 +00:00
fbfe0dfedb Merge pull request 'chore(deps): update actions/checkout action to v5' (#53) from renovate/actions-checkout-5.x into master
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 8s
Release / push-arm64 (push) Successful in 1m18s
Release / push-amd64 (push) Successful in 25s
Release / push-manifest (push) Successful in 16s
Release / sync-to-hub-docker-io (push) Successful in 45s
2025-09-29 16:08:06 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v5.0.0 - uses: actions/checkout@v5.0.0
- uses: peter-evans/dockerhub-description@v4.0.2 - uses: peter-evans/dockerhub-description@v5.0.0
with: with:
username: ${{ secrets.DOCKER_IO_USERNAME }} username: ${{ secrets.DOCKER_IO_USERNAME }}
password: ${{ secrets.DOCKER_IO_PASSWORD }} password: ${{ secrets.DOCKER_IO_PASSWORD }}

View File

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