10 Commits

Author SHA1 Message Date
d9a6108a7c Merge pull request 'chore(deps): update docker.io/library/alpine docker tag to v3.23.4' (#71) 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 32s
Release / push-arm64 (push) Successful in 1m16s
Release / push-manifest (push) Successful in 4s
Release / sync-to-hub-docker-io (push) Successful in 59s
2026-04-20 10:13:30 +00:00
d7b284fced chore(deps): update docker.io/library/alpine docker tag to v3.23.4
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2026-04-20 10:07:33 +00:00
bbe1ab415b Merge pull request 'chore(deps): update docker/login-action action to v4.1.0' (#70) from renovate/actions into master
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 5s
Release / push-amd64 (push) Successful in 32s
Release / push-arm64 (push) Successful in 1m19s
Release / push-manifest (push) Successful in 6s
Release / sync-to-hub-docker-io (push) Successful in 51s
2026-04-14 11:59:14 +00:00
f916992d9c chore(deps): update docker/login-action action to v4.1.0
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2026-04-14 10:59:07 +00:00
3ab17849cc Merge pull request 'chore(deps): update docker/setup-qemu-action action to v4' (#67) from renovate/docker-setup-qemu-action-4.x into master
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 5s
Release / push-amd64 (push) Failing after 20s
Release / push-arm64 (push) Failing after 51s
Release / push-manifest (push) Has been skipped
Release / sync-to-hub-docker-io (push) Has been skipped
2026-03-09 11:04:00 +00:00
1c3cafe37b chore(deps): update docker/setup-qemu-action action to v4
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2026-03-09 10:28:44 +00:00
923bba2a44 Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4' (#69) from renovate/docker-setup-buildx-action-4.x into master
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 6s
Release / push-amd64 (push) Failing after 21s
Release / push-arm64 (push) Failing after 51s
Release / push-manifest (push) Has been skipped
Release / sync-to-hub-docker-io (push) Has been skipped
2026-03-09 10:28:31 +00:00
44eee99dd1 chore(deps): update docker/setup-buildx-action action to v4
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
2026-03-09 07:45:34 +00:00
28005760d5 Merge pull request 'chore(deps): update docker/login-action action to v4' (#68) from renovate/docker-login-action-4.x into master
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 5s
Release / push-amd64 (push) Successful in 31s
Release / push-arm64 (push) Successful in 2m21s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 27s
2026-03-09 07:45:23 +00:00
a8c5c40631 chore(deps): update docker/login-action action to v4
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2026-03-04 11:08:14 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest-arm64
steps:
- uses: actions/checkout@v6.0.2
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-qemu-action@v4.0.0
- uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v3.7.0
- uses: docker/login-action@v4.1.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
@@ -35,10 +35,10 @@ jobs:
runs-on: ubuntu-latest-amd64
steps:
- uses: actions/checkout@v6.0.2
- uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-qemu-action@v4.0.0
- uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v3.7.0
- uses: docker/login-action@v4.1.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}
@@ -62,7 +62,7 @@ jobs:
- push-arm64
- push-amd64
steps:
- uses: docker/login-action@v3.7.0
- uses: docker/login-action@v4.1.0
with:
registry: git.cryptic.systems
username: ${{ github.repository_owner }}

View File

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