From 151bf72bedef1cd12875ed70a421df89b5554ba5 Mon Sep 17 00:00:00 2001 From: Urvashi Mohnani Date: Thu, 27 Feb 2020 09:12:10 -0500 Subject: Vendor in latest containers/buildah Pulls in fix that sets the correct ownership on the working directory during the build process. Signed-off-by: Urvashi Mohnani --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 77ecde7ff..170e9b435 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b github.com/containernetworking/cni v0.7.2-0.20190904153231-83439463f784 github.com/containernetworking/plugins v0.8.5 - github.com/containers/buildah v1.14.1-0.20200225113533-39bd7e0a7a73 + github.com/containers/buildah v1.14.1-0.20200227103754-f0c3fd7c3d34 github.com/containers/common v0.4.2 // indirect github.com/containers/conmon v2.0.10+incompatible github.com/containers/image/v5 v5.2.1 -- cgit v1.2.3-54-g00ecf