mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 15:49:27 +00:00
clone the release branch, not the master/dev branch of the upstream repo
This commit is contained in:
parent
89ddb40b07
commit
74fda793ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue