update dockerfile to go1.11.1

This commit is contained in:
vcaesar 2018-10-02 10:21:35 -04:00
parent e6a2085c2a
commit 1e7434c6e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# FROM golang:1.10.1
FROM govgo/go:1.10.3
FROM govgo/go:1.11.1
RUN apt-get update
# customize dependencies