From c10276e788e049788db987921a1d1e5f8757fb5f Mon Sep 17 00:00:00 2001 From: Kelly Hair Date: Mon, 14 Sep 2020 16:51:45 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 417d312..ea138e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \