From 92b28a88d8bcd5aa50352ecaff844229df1cee59 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 18 Sep 2018 15:31:54 -0400 Subject: Vendor in latest containers/buildah Switch from projectatomic/buildah to containers/buildah Signed-off-by: Daniel J Walsh --- Dockerfile.Fedora | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile.Fedora') diff --git a/Dockerfile.Fedora b/Dockerfile.Fedora index 623edf96d..e246cfba1 100644 --- a/Dockerfile.Fedora +++ b/Dockerfile.Fedora @@ -48,8 +48,8 @@ RUN set -x \ # Install buildah RUN set -x \ && export GOPATH=/go \ - && git clone https://github.com/projectatomic/buildah "$GOPATH/src/github.com/projectatomic/buildah" \ - && cd "$GOPATH/src/github.com/projectatomic/buildah" \ + && git clone https://github.com/containers/buildah "$GOPATH/src/github.com/containers/buildah" \ + && cd "$GOPATH/src/github.com/containers/buildah" \ && make \ && make install -- cgit v1.2.3-54-g00ecf