@@ -15,7 +15,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 v0.7.19 && \
+ git reset --hard b2fb7e3fd27f360e65ee60b93cad7d5d9832f818 && \
go get ./... && \
go build && \
go install && \