Build docker edge from master

This commit is contained in:
Harshavardhana 2020-06-14 22:45:36 -07:00
parent 1cd5d7942f
commit 6a6a30c33c

View file

@ -9,7 +9,7 @@ ENV GO111MODULE on
RUN \
apk add --no-cache git && \
git clone https://github.com/minio/minio && cd minio && \
go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
git checkout master && go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
FROM alpine:3.10