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

Bump version for 1.6.0

This commit is contained in:
Johannes Zellner
2018-11-23 12:13:37 +01:00
parent 12f58af585
commit 5e99be936a
4 changed files with 7 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
## TODO: use redis as well
RUN curl -L https://dl.gitea.io/gitea/1.5.3/gitea-1.5.3-linux-amd64 -o /home/git/gitea/gitea \
RUN curl -L https://dl.gitea.io/gitea/1.6.0/gitea-1.6.0-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea
# setup config paths