Bump Go version

This commit is contained in:
Roman Vynar 2018-12-13 11:55:55 +02:00
parent 32d8ab87bd
commit 35aba0dfc3

View File

@ -1,4 +1,4 @@
FROM golang:1.11.1-alpine3.8 as builder
FROM golang:1.11.2-alpine3.8 as builder
ENV GOPATH /opt
ENV GO111MODULE on