From 8502a2cd694f2427a2e23fec275d6b0434520361 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 17 Aug 2015 11:40:40 -0700 Subject: [PATCH] Use the develop branch which has password requirements fixed --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2f1d9d..ba2a682 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,9 @@ RUN mkdir -p /home/cloudron/gows /home/cloudron/gogs ## TODO: use redis as well RUN mkdir -p ${GOPATH}/src/github.com/gogits && \ cd ${GOPATH}/src/github.com/gogits && \ - git clone https://github.com/cloudron-io/gogs.git && \ + git clone https://github.com/gogits/gogs.git && \ cd gogs && \ - git reset --hard 7fd7dfdefc8990a4c3bbabcf40870c8f9a367f5a && \ + git reset --hard 71fd10dd37af16ce540ae151b51faffbc3ef2d84 && \ go get ./... && \ go build && \ go install && \