forked from cloudron-apps/gitea-app
Update gogs to fix ldap crash
This commit is contained in:
parent
9ff11263f5
commit
98695b4f1d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,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 71fd10dd37af16ce540ae151b51faffbc3ef2d84 && \
|
git reset --hard 6235bd1fe9ed15c9a889f72e4fe2880189963306 && \
|
||||||
go get ./... && \
|
go get ./... && \
|
||||||
go build && \
|
go build && \
|
||||||
go install && \
|
go install && \
|
||||||
|
|
Loading…
Reference in a new issue