diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-06-09 09:22:01 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-06-09 09:22:01 +0200 |
commit | 78430ee1d45bc47db05e802f09b80f1aac421702 (patch) | |
tree | 983053015e61bfa2e4bee051425453a185e04396 /go.mod | |
parent | c7e96edfb2a5a6187fbbf066d9fe9ae02686be9c (diff) | |
download | podman-78430ee1d45bc47db05e802f09b80f1aac421702.tar.gz podman-78430ee1d45bc47db05e802f09b80f1aac421702.tar.bz2 podman-78430ee1d45bc47db05e802f09b80f1aac421702.zip |
[v3.2] vendor containers/common@v0.38.6
Fixes the seccomp-profile regression in v3.2
Fixes: #10556
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.5 + github.com/containers/common v0.38.6 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 |