mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-22 16:10:59 +00:00
Update Gitea to 1.16.1
This commit is contained in:
parent
aa0b00cd1e
commit
d9fa8399fe
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN passwd -d git
|
||||||
RUN mkdir -p /home/git/gitea
|
RUN mkdir -p /home/git/gitea
|
||||||
WORKDIR /home/git
|
WORKDIR /home/git
|
||||||
|
|
||||||
ARG VERSION=1.16.0
|
ARG VERSION=1.16.1
|
||||||
|
|
||||||
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
||||||
&& chmod +x /home/git/gitea/gitea
|
&& chmod +x /home/git/gitea/gitea
|
||||||
|
|
Loading…
Reference in a new issue