mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 23:50:59 +00:00
Update Gitea to 1.8.3
This commit is contained in:
parent
1039d32995
commit
d89fc6a0ec
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN passwd -d git
|
|||
|
||||
RUN mkdir -p /home/git/gitea
|
||||
WORKDIR /home/git
|
||||
RUN curl -L https://dl.gitea.io/gitea/1.8.2/gitea-1.8.2-linux-amd64 -o /home/git/gitea/gitea \
|
||||
RUN curl -L https://dl.gitea.io/gitea/1.8.3/gitea-1.8.3-linux-amd64 -o /home/git/gitea/gitea \
|
||||
&& chmod +x /home/git/gitea/gitea
|
||||
|
||||
# setup config paths
|
||||
|
|
Loading…
Reference in a new issue