From f24c017e9a2aa5e7bcdb77082d346c22d69a73fa Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 28 Dec 2018 17:24:24 -0800 Subject: [PATCH] Move docker edge to latest Go as well (#7030) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4483e412..b0736b934 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10.4-alpine3.7 +FROM golang:1.11.4-alpine3.7 LABEL maintainer="Minio Inc "