aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-12-11 12:48:40 +0100
committerJakob Borg <jakob@nym.se>2014-12-11 12:48:40 +0100
commitdc5c1e2002a7b7c1d19723d18812e236261b7832 (patch)
tree3a0675bf473bef140e506faf0056fd00750a20e7 /build.sh
parent2e48e298a2126bafd3a7e764d389d6a53b14d9ff (diff)
downloadsyncthing-dc5c1e2002a7b7c1d19723d18812e236261b7832.tar.gz
syncthing-dc5c1e2002a7b7c1d19723d18812e236261b7832.zip
Use Go 1.4 for builds
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 3cb8f721b..3c771ef0c 100755
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
set -euo pipefail
IFS=$'\n\t'
-DOCKERIMGV=1.4-2
+DOCKERIMGV=1.4-3
case "${1:-default}" in
default)