forked from cloudron-apps/gitea-app
Update gitea to 1.7.4
This commit is contained in:
parent
5f5d3a7b53
commit
15c28c940d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN adduser --disabled-login --gecos 'Gitea' git
|
|||
RUN passwd -d git
|
||||
|
||||
RUN mkdir -p /home/git/gitea
|
||||
RUN curl -L https://dl.gitea.io/gitea/1.7.3/gitea-1.7.3-linux-amd64 -o /home/git/gitea/gitea \
|
||||
RUN curl -L https://dl.gitea.io/gitea/1.7.4/gitea-1.7.4-linux-amd64 -o /home/git/gitea/gitea \
|
||||
&& chmod +x /home/git/gitea/gitea
|
||||
|
||||
# setup config paths
|
||||
|
|
Loading…
Reference in a new issue