From efafa696b3c9459df1ed7667de1dd38cc924264a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 4 Apr 2017 21:00:15 -0700 Subject: [PATCH] Update Gogs to 0.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fe27be..86eb1c1 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.10.18/linux_amd64.tar.gz | tar zxvf - --strip-components 1 + curl -L https://github.com/gogits/gogs/releases/download/v0.11/linux_amd64.tar.gz | tar zxvf - --strip-components 1 # setup config paths ADD app.ini.template /home/git/app.ini.template