forked from cloudron-apps/gitea-app
v0.7.19 has a crash bug
This commit is contained in:
parent
a983cc6d83
commit
8a27a83c89
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/gogits && \
|
||||||
cd ${GOPATH}/src/github.com/gogits && \
|
cd ${GOPATH}/src/github.com/gogits && \
|
||||||
git clone https://github.com/gogits/gogs.git && \
|
git clone https://github.com/gogits/gogs.git && \
|
||||||
cd gogs && \
|
cd gogs && \
|
||||||
git reset --hard v0.7.19 && \
|
git reset --hard b2fb7e3fd27f360e65ee60b93cad7d5d9832f818 && \
|
||||||
go get ./... && \
|
go get ./... && \
|
||||||
go build && \
|
go build && \
|
||||||
go install && \
|
go install && \
|
||||||
|
|
Loading…
Reference in a new issue