From 98ca9d9633eae7ccb1eff79d54f2648b8e8a7e01 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 11 Mar 2016 21:46:04 -0800 Subject: [PATCH] Update to 0.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 804e2da..151fec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,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.8.43/linux_amd64.tar.gz | tar zxvf - --strip-components 1 + curl -L https://github.com/gogits/gogs/releases/download/v0.9.0/linux_amd64.tar.gz | tar zxvf - --strip-components 1 # setup config paths ADD app.ini.template /home/git/app.ini.template