Skip to content

Commit

Permalink
use newer image for building go docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs authored and adambabik committed Jun 12, 2019
1 parent c9e99c4 commit b9829e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _assets/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b9829e0

Please sign in to comment.