Build docker edge from master

master
Harshavardhana 4 years ago
parent 1cd5d7942f
commit 6a6a30c33c
  1. 2
      Dockerfile

@ -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

Loading…
Cancel
Save