mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 15:49:27 +00:00
yeah, clone the release branch and then checkout the master branch. 'doh!
This commit is contained in:
parent
222b33ed62
commit
f9e9c4ec71
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue