use newer image for building go docker image

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-06-11 13:21:06 -04:00 committed by Adam Babik
parent c9e99c432d
commit b9829e0fca
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build status-go in a Go builder container
FROM golang:1.10-alpine as builder
FROM golang:1.12.5-alpine as builder
RUN apk add --no-cache make gcc musl-dev linux-headers