From e5ecafbbbc1c55620e773349dda29de6a38d102f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 18 Aug 2015 15:51:31 -0700 Subject: [PATCH] Fix compile error in gogs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bca37a8..535b680 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,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 47ac579f092cef9128fa0c74798ecaffa2c888f9 && \ + git reset --hard 54b52de6eed4eb2f76620c48189ba3167c290121 && \ go get ./... && \ go build && \ go install && \