update dockerfile to go1.12.1

This commit is contained in:
vcaesar 2019-03-19 09:50:29 -04:00
parent ef847f3613
commit f8d7ecde45

View File

@ -1,5 +1,5 @@
# FROM golang:1.10.1
FROM golang:1.11.5-stretch AS build
FROM golang:1.12.1-stretch AS build
# FROM govgo/go:1.11.1
RUN apt-get update && apt-get install -y --no-install-recommends \