diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-06-30 11:32:48 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-06-30 13:08:42 +0200 |
commit | 8b52204baa9a2715c4a976edfeb7b420b6336c0c (patch) | |
tree | 6b1497d00a0110e7ab1785c6b9959b8941d56fa1 /go.mod | |
parent | 0d8d805a76762276c62bd7260a39eb26e99722b4 (diff) | |
download | podman-8b52204baa9a2715c4a976edfeb7b420b6336c0c.tar.gz podman-8b52204baa9a2715c4a976edfeb7b420b6336c0c.tar.bz2 podman-8b52204baa9a2715c4a976edfeb7b420b6336c0c.zip |
vendor containers/common@7482cf851dcc
Make sure that image events are written *after* execution.
Fixes: #10812
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.1-0.20210628174543-eadb10a12336 - github.com/containers/common v0.40.2-0.20210624120009-b1d3c4dc2515 + github.com/containers/common v0.40.2-0.20210630092122-7482cf851dcc github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.13.2 github.com/containers/ocicrypt v1.1.2 |