mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 15:41:01 +00:00
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 && \
|
||||
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 && \
|
||||
|
|
Loading…
Reference in a new issue