Update docker Docker tag to v29 (#5923)
continuous-integration/drone/push Build is passing

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker | docker | major | `28` → `29` |

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #5923
Co-authored-by: Renovate Bot <admin@fsfe.org>
Co-committed-by: Renovate Bot <admin@fsfe.org>
This commit was merged in pull request #5923.
This commit is contained in:
2026-06-12 10:02:44 +00:00
committed by tobiasd
parent 652f6147c7
commit 1f20c28905
+4 -4
View File
@@ -8,7 +8,7 @@ clone:
steps:
- name: pre-commit
image: docker:28
image: docker:29
environment:
# Environment variables necessary for rootless Docker
XDG_RUNTIME_DIR: "/run/user/1001"
@@ -28,7 +28,7 @@ steps:
# Test building the deploy docker image
- name: test-build-docker-image
image: docker:28
image: docker:29
environment:
# Environment variables necessary for rootless Docker
XDG_RUNTIME_DIR: "/run/user/1001"
@@ -59,7 +59,7 @@ steps:
- deployment
- name: deploy-master
image: docker:28
image: docker:29
environment:
# Environment variables necessary for rootless Docker
XDG_RUNTIME_DIR: "/run/user/1001"
@@ -93,7 +93,7 @@ steps:
- pull_request
- name: deploy-test
image: docker:28
image: docker:29
environment:
# Environment variables necessary for rootless Docker
XDG_RUNTIME_DIR: "/run/user/1001"