diff --git a/Dockerfile.builder b/Dockerfile.builder index 3f1094834..8717dddce 100644 --- a/Dockerfile.builder +++ b/Dockerfile.builder @@ -1,5 +1,5 @@ # We will grab the Go compiler from the latest Go image. -FROM golang:1.13 as go +FROM golang:1.14 as go # Otherwise we base on the snapcraft container as that is by far the # most complex and tricky thing to get installed and working...