forked from cloudron-apps/gitea-app
Update to 1.5.3
This commit is contained in:
parent
c231b12f2d
commit
65bc13c2b7
1 changed files with 1 additions and 1 deletions
|
@ -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.2/gitea-1.5.2-linux-amd64 -o /home/git/gitea/gitea \
|
||||
RUN curl -L https://dl.gitea.io/gitea/1.5.3/gitea-1.5.3-linux-amd64 -o /home/git/gitea/gitea \
|
||||
&& chmod +x /home/git/gitea/gitea
|
||||
|
||||
# setup config paths
|
||||
|
|
Loading…
Reference in a new issue