Skip to content

Commit

Permalink
build(deps): Bump github.com/docker/cli from 24.0.4+incompatible to 2…
Browse files Browse the repository at this point in the history
…4.0.5+incompatible (#495)

Bumps [github.com/docker/cli](https://github.com/docker/cli) from
24.0.4+incompatible to 24.0.5+incompatible.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/cli/commit/ced099660009713e0e845eeb754e6050dbaa45d0"><code>ced0996</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/4450">#4450</a> from
vvoland/fix-issue-4414-Danial-Gharib-24</li>
<li><a
href="https://github.com/docker/cli/commit/1ee40e2c7416f1267d36be84322ff072b5365d3f"><code>1ee40e2</code></a>
configfile: Initialize nil AuthConfigs</li>
<li><a
href="https://github.com/docker/cli/commit/40cc1d8eae5f430d2884e7dc8f14873a3145c8bd"><code>40cc1d8</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/4445">#4445</a> from
thaJeztah/24.0_backport_buildx_0.11.2</li>
<li><a
href="https://github.com/docker/cli/commit/3c2278afae86e059adf45405586e50e79cbfb0f2"><code>3c2278a</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/4443">#4443</a> from
thaJeztah/24.0_update_engine2</li>
<li><a
href="https://github.com/docker/cli/commit/3bd6d6902e1094b21e7768f4485572afc8aa447f"><code>3bd6d69</code></a>
Dockerfile: update buildx to v0.11.2</li>
<li><a
href="https://github.com/docker/cli/commit/05bf7fbcc8b2be43bb70f38a60c72a84d0bdbb2b"><code>05bf7fb</code></a>
vendor: github.com/docker/docker
v24.0.5-0.20230718221249-d4a26c153000</li>
<li><a
href="https://github.com/docker/cli/commit/c6d7c0bb215494a7a037a5bb4977927d8ab59c0e"><code>c6d7c0b</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/4438">#4438</a> from
thaJeztah/24.0_update_engine</li>
<li><a
href="https://github.com/docker/cli/commit/dd08d4404412828661ee323f4855f14de2fb764e"><code>dd08d44</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/4425">#4425</a> from
thaJeztah/24.0_backport_credential-store-improv...</li>
<li><a
href="https://github.com/docker/cli/commit/809975d8bdb9c1ed02940884721913671163f78b"><code>809975d</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/cli/issues/4423">#4423</a> from
thaJeztah/24.0_backport_dont-ignore-volume-pars...</li>
<li><a
href="https://github.com/docker/cli/commit/8b5023dd2eb69e41c6768008e3719d791a056069"><code>8b5023d</code></a>
vendor: github.com/docker/docker
v24.0.5-0.20230717072055-8443a06149b5</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/cli/compare/v24.0.4...v24.0.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/cli&package-manager=go_modules&previous-version=24.0.4+incompatible&new-version=24.0.5+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 444bbc0 commit e9e8617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/runfinch/finch
go 1.20

require (
github.com/docker/cli v24.0.4+incompatible
github.com/docker/cli v24.0.5+incompatible
github.com/docker/docker v24.0.4+incompatible
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/cli v24.0.4+incompatible h1:Y3bYF9ekNTm2VFz5U/0BlMdJy73D+Y1iAAZ8l63Ydzw=
github.com/docker/cli v24.0.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/cli v24.0.5+incompatible h1:WeBimjvS0eKdH4Ygx+ihVq1Q++xg36M/rMi4aXAvodc=
github.com/docker/cli v24.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v24.0.4+incompatible h1:s/LVDftw9hjblvqIeTiGYXBCD95nOEEl7qRsRrIOuQI=
github.com/docker/docker v24.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
Expand Down

0 comments on commit e9e8617

Please sign in to comment.