Use Gogs 0.10.18

This commit is contained in:
Girish Ramakrishnan 2017-04-04 20:13:04 -07:00
parent 961da08d72
commit 08a6b9c7d3
1 changed files with 1 additions and 1 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.128/linux_amd64.tar.gz | tar zxvf - --strip-components 1
curl -L https://github.com/gogits/gogs/releases/download/v0.10.18/linux_amd64.tar.gz | tar zxvf - --strip-components 1
# setup config paths
ADD app.ini.template /home/git/app.ini.template