chore(deps): update bitnami/git docker tag to v2.43.0 (#18)
ci/woodpecker/push/lint_general Pipeline failed Details

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/git | minor | `2.42.1` -> `2.43.0` |

---

### Configuration

📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #18
pull/20/head
Renovate Bot 2024-01-26 22:59:11 +00:00
parent 4ef995cc45
commit 8c5de8e54d
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ clone:
tags: true
steps:
"prepare:version":
image: bitnami/git:2.42.1
image: bitnami/git:2.43.0
commands:
- . ./version.sh
"lint:style":

View File

@ -12,7 +12,7 @@ clone:
tags: true
steps:
"prepare:version":
image: bitnami/git:2.42.1
image: bitnami/git:2.43.0
group: prepare
commands:
- . ./version.sh

View File

@ -6,7 +6,7 @@ clone:
skip_verify: true
steps:
"prepare:commitlint":
image: bitnami/git:2.42.1
image: bitnami/git:2.43.0
commands:
- git log -1 --pretty=%B >> commitlint.txt

View File

@ -11,7 +11,7 @@ clone:
steps:
"version:update":
image: bitnami/git:2.42.1
image: bitnami/git:2.43.0
commands:
- echo "$CI_COMMIT_MESSAGE" | ./version-auto-update.sh
- git config --global http.sslVerify false