From 8b52204baa9a2715c4a976edfeb7b420b6336c0c Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 30 Jun 2021 11:32:48 +0200 Subject: vendor containers/common@7482cf851dcc Make sure that image events are written *after* execution. Fixes: #10812 Signed-off-by: Valentin Rothberg --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 75b06af47..dbcb34319 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3-54-g00ecf