Update dockerfile to go1.13.5

This commit is contained in:
vcaesar 2019-12-08 13:16:20 -04:00
parent 0d48fe5fed
commit ff82bb5c96

View File

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