Update Dockerfile

This commit is contained in:
Kelly Hair 2020-09-14 16:51:45 +00:00
parent e94472aaca
commit c10276e788

View file

@ -14,7 +14,8 @@ RUN \
git clone https://github.com/minio/minio && cd minio && \
go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
FROM alpine:3.10
# Changing to use latest as I will not have access to this after leaving GitLab
FROM alpine:latest
ENV MINIO_UPDATE off
ENV MINIO_ACCESS_KEY_FILE=access_key \