diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 70595a509..749c5edb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,8 +88,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 |