yeah, clone the release branch and then checkout the master branch. 'doh!

This commit is contained in:
Micha Gläß-Stöcker 2021-04-15 12:59:52 +02:00
parent 222b33ed62
commit f9e9c4ec71

View file

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