Skip to content

Commit

Permalink
chore(deps): update dependency git/git to v2.40.3 (#335)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [git/git](https://togithub.com/git/git) | patch | `2.40.2` -> `2.40.3`
|

---

### Release Notes

<details>
<summary>git/git (git/git)</summary>

### [`v2.40.3`](https://togithub.com/git/git/compare/v2.40.2...v2.40.3)

[Compare Source](https://togithub.com/git/git/compare/v2.40.2...v2.40.3)

</details>

---

### 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/PingCAP-QE/artifacts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent bb69f42 commit 792206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ci/release-build-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ RUN curl -sSL https://github.com/pingcap/tiflash/raw/${TIFLASH_TAG}/release-cent

# Git, update to 2.40.2 to fix the security issue
# renovate: datasource=github-tags depName=git/git
ARG GIT_VERSION=2.40.2
ARG GIT_VERSION=2.40.3
RUN wget https://github.com/git/git/archive/refs/tags/v$GIT_VERSION.zip -O git.zip && \
unzip git.zip && \
cd git-$GIT_VERSION && \
Expand Down

0 comments on commit 792206a

Please sign in to comment.