revert to go 1.12

This commit is contained in:
Matt Griswold 2020-05-01 18:09:15 +00:00
parent 1541c62ddc
commit d6b84b8335

View File

@ -1,4 +1,4 @@
FROM golang:alpine as builder
FROM golang:1.12-alpine as builder
RUN apk --update --no-cache add make git g++ linux-headers
# DEBUG