From 765bc6df2050642ff5d7dbe1ae56598dc64d0f17 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 18 Aug 2016 10:48:09 -0700 Subject: [PATCH] Revert "Update gogs to 0.9.71" This reverts commit 9ea791848ffcd7bd2864c64db5ef29e96fe215a2. There is a regression wrt adding SSH Keys. "Sorry, we're not able to verify your SSH key: extractTypeFromBase64Key: invalid key format: " --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aedbc95..dd11205 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.71/linux_amd64.tar.gz | tar zxvf - --strip-components 1 + curl -L https://github.com/gogits/gogs/releases/download/v0.9.48/linux_amd64.tar.gz | tar zxvf - --strip-components 1 # setup config paths ADD app.ini.template /home/git/app.ini.template