diff --git a/Dockerfile b/Dockerfile index 44195b2..9e261b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ENV GO111MODULE on RUN \ apk add --no-cache git && \ - git clone https://github.com/minio/minio && cd minio && \ + git clone -b release https://github.com/minio/minio && cd minio && \ git checkout master && go build -v -ldflags "$(go run buildscripts/gen-ldflags.go)" FROM alpine:3.12