update dockerfile to go1.12.9

This commit is contained in:
vcaesar 2019-08-29 12:05:36 -04:00
parent 661c80150c
commit 7579a78d3c

View File

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