Merge pull request from ericchiang/go-1.11.3

Dockerfile: update to Go 1.11.3
This commit is contained in:
Stephan Renatus
2018-12-14 08:43:32 +01:00
committed by GitHub

@@ -1,4 +1,4 @@
FROM golang:1.11.1-alpine
FROM golang:1.11.3-alpine
RUN apk add --no-cache --update alpine-sdk