@@ -50,7 +50,7 @@ Available Commands:
5050
5151Flags:
5252 -h, --help help for dependabot
53- --proxy-image string container image to use for the proxy (default "ghcr.io/github/ dependabot-update-job-proxy/dependabot-update-job- proxy:latest")
53+ --proxy-image string container image to use for the proxy (default "ghcr.io/dependabot/ proxy:latest")
5454 --updater-image string container image to use for the updater
5555 -v, --version version for dependabot
5656
@@ -152,7 +152,7 @@ with values from the environment.
152152>
153153> The job description file format isn't documented formally yet,
154154> but you can find examples in the [smoke tests](https://github.com/dependabot/smoke-tests/tree/main/tests)
155- > and look at the [model directory](/internal/model) for how the CLI models the job.
155+ > and look at the [model directory](/internal/model) for how the CLI models the job.
156156
157157# ## How it works
158158
@@ -303,7 +303,7 @@ See the [debugging doc](/docs/debugging.md) for details.
303303# ## "Docker daemon not running"
304304
305305```
306- failed to pull ghcr.io/github/ dependabot-update-job-proxy/dependabot-update-job- proxy:latest:
306+ failed to pull ghcr.io/dependabot/ proxy:latest:
307307Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory
308308```
309309
@@ -351,7 +351,7 @@ the issue, see <https://github.com/dependabot/cli/issues/113#issuecomment-161012
351351[ Docker ] : https://docs.docker.com/get-started/
352352[ contributing ] : ./.github/CONTRIBUTING.md
353353[ updater ] : https://github.com/dependabot/dependabot-core/pkgs/container/dependabot-updater
354- [ proxy ] : https://github.com/orgs/github /packages/container/package/dependabot-update-job-proxy%2Fdependabot-update-job- proxy
354+ [ proxy ] : https://github.com/orgs/dependabot /packages/container/package/proxy
355355[ gh ] : https://github.com/cli/cli
356356[ releases ] : https://github.com/dependabot/cli/releases
357357[ dependabot-core ] : https://github.com/dependabot/dependabot-core
0 commit comments