aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.builder
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2020-04-07 09:37:39 +0200
committerJakob Borg <jakob@kastelo.net>2020-04-07 09:37:39 +0200
commitb64052bc265110f5f3191ad252d77f889ba2c9fa (patch)
tree00604862783a8d15cfeb90c54500c6f869afe9ff /Dockerfile.builder
parent7956e7d0efabf8b874cd475a69fb3c7fab3e80b1 (diff)
downloadsyncthing-b64052bc265110f5f3191ad252d77f889ba2c9fa.tar.gz
syncthing-b64052bc265110f5f3191ad252d77f889ba2c9fa.zip
Revert "build: Go 1.14 for the Debian etc builds"
This reverts commit d400e5142287e647786c18eb6cc8a6a3f55183d3.
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 8717dddce..3f1094834 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.14 as go
+FROM golang:1.13 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...