aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.builder
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2020-04-07 08:22:53 +0200
committerJakob Borg <jakob@kastelo.net>2020-04-07 08:22:53 +0200
commitd400e5142287e647786c18eb6cc8a6a3f55183d3 (patch)
tree8d266764b36c0587580c27ed05faf78c254a0c78 /Dockerfile.builder
parent674a99e9ae1e664c640d19173570d5bb8bf460f4 (diff)
downloadsyncthing-d400e5142287e647786c18eb6cc8a6a3f55183d3.tar.gz
syncthing-d400e5142287e647786c18eb6cc8a6a3f55183d3.zip
build: Go 1.14 for the Debian etc builds
Diffstat (limited to 'Dockerfile.builder')
-rw-r--r--Dockerfile.builder2
1 files changed, 1 insertions, 1 deletions
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...