use newer image for building go docker image
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c9e99c432d
commit
b9829e0fca
|
@ -1,5 +1,5 @@
|
||||||
# Build status-go in a Go builder container
|
# 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
|
RUN apk add --no-cache make gcc musl-dev linux-headers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue