diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-06-10 13:06:04 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-06-10 18:31:17 +0200 |
commit | e0dcffa8d1c0b6c97222f2a49f6b6b83e0e3173a (patch) | |
tree | 214b055643761c4f11c22312fef99e2c7e5f6056 /go.mod | |
parent | a894a3696266c46c56eca50216d687ba58ccfe86 (diff) | |
download | podman-e0dcffa8d1c0b6c97222f2a49f6b6b83e0e3173a.tar.gz podman-e0dcffa8d1c0b6c97222f2a49f6b6b83e0e3173a.tar.bz2 podman-e0dcffa8d1c0b6c97222f2a49f6b6b83e0e3173a.zip |
[v3.2] vendor containers/common@v0.38.9
The fixes will allow for creating containers with a corrupted image in
which case the image will be repulled.
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1966872
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.21.0 - github.com/containers/common v0.38.7 + github.com/containers/common v0.38.9 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 |