mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 03:48:26 +00:00
Use Go 1.4 for builds
This commit is contained in:
parent
2e48e298a2
commit
dc5c1e2002
2
build.sh
2
build.sh
@ -2,7 +2,7 @@
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
DOCKERIMGV=1.4-2
|
DOCKERIMGV=1.4-3
|
||||||
|
|
||||||
case "${1:-default}" in
|
case "${1:-default}" in
|
||||||
default)
|
default)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM debian:squeeze
|
FROM debian:squeeze
|
||||||
MAINTAINER Jakob Borg <jakob@nym.se>
|
MAINTAINER Jakob Borg <jakob@nym.se>
|
||||||
|
|
||||||
ENV GOLANG_VERSION 1.4rc2
|
ENV GOLANG_VERSION 1.4
|
||||||
|
|
||||||
# SCMs for "go get", gcc for cgo
|
# SCMs for "go get", gcc for cgo
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user