Compare commits

...

10 Commits

Author SHA1 Message Date
4d4c90f2a5 Merge pull request 'chore(deps): update docker.io/library/alpine docker tag to v3.23.4' (#103) 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 24s
Release / push-arm64 (push) Successful in 58s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 41s
2026-04-20 10:17:43 +00:00
cb1fc272ad 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 4s
2026-04-20 10:17:36 +00:00
5b8e3144f9 Merge pull request 'chore(deps): update docker/login-action action to v4.1.0' (#102) from renovate/actions into master
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 1m5s
Release / push-amd64 (push) Successful in 1m52s
Release / push-arm64 (push) Successful in 2m31s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 34s
2026-04-14 11:17:45 +00:00
d649d75c5b chore(deps): update docker/login-action action to v4.1.0
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
2026-04-14 11:17:39 +00:00
65ef63e211 Merge pull request 'chore(deps): update docker/setup-qemu-action action to v4' (#99) 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 49s
Release / push-manifest (push) Has been skipped
Release / sync-to-hub-docker-io (push) Has been skipped
2026-03-09 11:08:59 +00:00
a4f655ca29 chore(deps): update docker/setup-qemu-action action to v4
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2026-03-09 10:34:40 +00:00
00df22dddc Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4' (#101) from renovate/docker-setup-buildx-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 48s
Release / push-manifest (push) Has been skipped
Release / sync-to-hub-docker-io (push) Has been skipped
2026-03-09 10:34:31 +00:00
6b10e334ed chore(deps): update docker/setup-buildx-action action to v4
All checks were successful
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2026-03-09 07:51:43 +00:00
fe9044c796 Merge pull request 'chore(deps): update docker/login-action action to v4' (#100) 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 25s
Release / push-arm64 (push) Successful in 1m3s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 20s
2026-03-09 07:51:31 +00:00
441eff3875 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:13:37 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest-arm64 runs-on: ubuntu-latest-arm64
steps: steps:
- uses: actions/checkout@v6.0.2 - 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@v3.12.0 - uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v4.1.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -35,10 +35,10 @@ jobs:
runs-on: ubuntu-latest-amd64 runs-on: ubuntu-latest-amd64
steps: steps:
- uses: actions/checkout@v6.0.2 - 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@v3.12.0 - uses: docker/setup-buildx-action@v4.0.0
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v4.1.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -62,7 +62,7 @@ jobs:
- push-arm64 - push-arm64
- push-amd64 - push-amd64
steps: steps:
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v4.1.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} 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 bind-tools curl iputils RUN apk add bind-tools curl iputils