1
0
mirror of https://github.com/minio/minio.git synced 2025-04-04 03:40:30 -04:00

Move docker edge to latest Go as well ()

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

@ -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>"