From a2d7b9596adca10afdbebd7fff00160d6dd89d10 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 13 Sep 2016 21:17:46 -0700 Subject: [PATCH] Revert "Update to 0.9.97" This reverts commit e11e1d4fedaa1fd4a3335d3bee22adcc12950416. We cannot release this since it crashes because of https://github.com/gogits/gogs/issues/3578 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd9ff4e..0c5eb3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN passwd -d git RUN mkdir -p /home/git/gogs ## TODO: use redis as well RUN cd /home/git/gogs && \ - curl -L https://github.com/gogits/gogs/releases/download/v0.9.97/linux_amd64.tar.gz | tar zxvf - --strip-components 1 + curl -L https://github.com/gogits/gogs/releases/download/v0.9.71/linux_amd64.tar.gz | tar zxvf - --strip-components 1 # setup config paths ADD app.ini.template /home/git/app.ini.template