Skip to content

Commit e9e8617

Browse files
build(deps): Bump github.com/docker/cli from 24.0.4+incompatible to 24.0.5+incompatible (runfinch#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>
1 parent 444bbc0 commit e9e8617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/runfinch/finch
33
go 1.20
44

55
require (
6-
github.com/docker/cli v24.0.4+incompatible
6+
github.com/docker/cli v24.0.5+incompatible
77
github.com/docker/docker v24.0.4+incompatible
88
github.com/golang/mock v1.6.0
99
github.com/google/go-licenses v1.6.0

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
9494
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9595
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
9696
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
97-
github.com/docker/cli v24.0.4+incompatible h1:Y3bYF9ekNTm2VFz5U/0BlMdJy73D+Y1iAAZ8l63Ydzw=
98-
github.com/docker/cli v24.0.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
97+
github.com/docker/cli v24.0.5+incompatible h1:WeBimjvS0eKdH4Ygx+ihVq1Q++xg36M/rMi4aXAvodc=
98+
github.com/docker/cli v24.0.5+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
9999
github.com/docker/docker v24.0.4+incompatible h1:s/LVDftw9hjblvqIeTiGYXBCD95nOEEl7qRsRrIOuQI=
100100
github.com/docker/docker v24.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
101101
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=

0 commit comments

Comments
 (0)