diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-04 10:04:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 10:04:27 +0000 |
commit | e78f3e8c47f9e505ba65fa5407c055b42bbe12cf (patch) | |
tree | 311ed687800b99170beb8bed9a2a68c6609a10f5 /vendor/github.com/docker | |
parent | 1ed91065b9356a2e5a07303b8d454268b83ee0f1 (diff) | |
download | podman-e78f3e8c47f9e505ba65fa5407c055b42bbe12cf.tar.gz podman-e78f3e8c47f9e505ba65fa5407c055b42bbe12cf.tar.bz2 podman-e78f3e8c47f9e505ba65fa5407c055b42bbe12cf.zip |
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.7+incompatible to 20.10.8+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.7...v20.10.8)
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/docker')
-rw-r--r-- | vendor/github.com/docker/docker/api/swagger.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/docker/docker/api/swagger.yaml b/vendor/github.com/docker/docker/api/swagger.yaml index 1294e5a22..bada4a8e3 100644 --- a/vendor/github.com/docker/docker/api/swagger.yaml +++ b/vendor/github.com/docker/docker/api/swagger.yaml @@ -5583,12 +5583,12 @@ paths: schema: $ref: "#/definitions/ErrorResponse" 404: - description: "no such container" + description: "no such image" schema: $ref: "#/definitions/ErrorResponse" examples: application/json: - message: "No such container: c2ada9df5af8" + message: "No such image: c2ada9df5af8" 409: description: "conflict" schema: |