update dockfile to go1.12.6

This commit is contained in:
vcaesar 2019-06-14 13:20:14 -04:00
parent 6cd9daa91c
commit a649a05df8

View File

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