1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 15:24:59 +00:00

Update to Gogs 0.9.48

This commit is contained in:
Girish Ramakrishnan
2016-07-23 12:43:15 -07:00
parent a5c26d70a7
commit 1f52bf626b
3 changed files with 6 additions and 2 deletions

View File

@@ -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.13/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