This commit is contained in:
Adrian Macneil 2018-04-15 20:48:22 -07:00 committed by GitHub
parent 28ea62eef2
commit 5ddcba7518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# build image
FROM golang:1.9 as build
FROM golang:1.10 as build
# required to force cgo (for sqlite driver) with cross compile
ENV CGO_ENABLED 1