Move docker edge to latest Go as well (#7030)

This commit is contained in:
Harshavardhana
2018-12-28 17:24:24 -08:00
committed by kannappanr
parent b5280ba243
commit f24c017e9a

View File

@@ -1,4 +1,4 @@
FROM golang:1.10.4-alpine3.7
FROM golang:1.11.4-alpine3.7
LABEL maintainer="Minio Inc <dev@minio.io>"