update builder to go 1.12 for tls 1.3

This commit is contained in:
Abiola Ibrahim
2019-03-04 21:42:28 +01:00
parent e907805a74
commit cd27430f38
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.11.5-alpine
FROM golang:1.12-alpine
RUN apk add --no-cache git gcc musl-dev