aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.builder
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2020-03-05 11:53:07 +0100
committerJakob Borg <jakob@kastelo.net>2020-03-05 11:53:07 +0100
commit135c71ca87c656411afc93249a5144fb56ddf875 (patch)
tree5b744033d224841cd5034a78fdad2c07fd86f300 /Dockerfile.builder
parentc7d6a6d78042876d9a27b13df2ae45783dca7c37 (diff)
downloadsyncthing-135c71ca87c656411afc93249a5144fb56ddf875.tar.gz
syncthing-135c71ca87c656411afc93249a5144fb56ddf875.zip
build: Build image should use Go 1.13 for now
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 6e7ed90ab..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 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...