Update to v0.6.9

This commit is contained in:
Girish Ramakrishnan 2015-09-25 10:54:38 -07:00
parent dc0f042927
commit 0d0a00fee0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/gogits && \
cd ${GOPATH}/src/github.com/gogits && \
git clone https://github.com/gogits/gogs.git && \
cd gogs && \
git reset --hard 87f5ca8e1f74616d9dc36a5f6fe57023444ed25c && \
git reset --hard 1c2dbd7183f12eff0be33c7a8d1cf0753dd42324 && \
go get ./... && \
go build && \
go install && \