upgrade docker images to alpine 3.12 (#9934)

This commit is contained in:
Harshavardhana
2020-06-28 21:06:29 -07:00
committed by GitHub
parent 3b813148b3
commit dcffd87e08
7 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ RUN \
git clone https://github.com/minio/minio && cd minio && \
git checkout master && go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
FROM alpine:3.10
FROM alpine:3.12
ENV MINIO_UPDATE off
ENV MINIO_ACCESS_KEY_FILE=access_key \