Update gitea to 1.6.1

This commit is contained in:
Girish Ramakrishnan 2018-12-10 11:53:26 -08:00
parent 5e99be936a
commit de3369808e
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ RUN adduser --disabled-login --gecos 'Gitea' git
RUN passwd -d git
RUN mkdir -p /home/git/gitea
## TODO: use redis as well
RUN curl -L https://dl.gitea.io/gitea/1.6.0/gitea-1.6.0-linux-amd64 -o /home/git/gitea/gitea \
RUN curl -L https://dl.gitea.io/gitea/1.6.1/gitea-1.6.1-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea
# setup config paths