mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 23:50:59 +00:00
Revert "Update gogs to 0.9.71"
This reverts commit 9ea791848f
.
There is a regression wrt adding SSH Keys.
"Sorry, we're not able to verify your SSH key: extractTypeFromBase64Key: invalid key format: <nil>"
This commit is contained in:
parent
dbfc5fcffb
commit
765bc6df20
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue