Skip to content

Commit aea2b54

Browse files
committed
Use the official Go source, follow redirects
1 parent cf3021e commit aea2b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/images/gogits/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV GOPATH /go
1313
RUN apt-get update && apt-get install --yes --force-yes curl git mercurial zip wget ca-certificates build-essential
1414
RUN apt-get install -yq vim sudo
1515

16-
RUN curl -s http://docker.u.qiniudn.com/go1.2.1.src.tar.gz | tar -v -C /usr/local -xz
16+
RUN curl -sL https://golang.org/dl/go1.3.linux-amd64.tar.gz | tar -v -C /usr/local -xz
1717
RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
1818

1919
RUN go get -u -d github.com/gogits/gogs

0 commit comments

Comments
 (0)