1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-10-18 00:45:23 +00:00

Bump version for 1.13.7

This commit is contained in:
Johannes Zellner
2021-04-08 14:35:40 +02:00
parent a0f8607250
commit 1e38bd58c6
4 changed files with 14 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
WORKDIR /home/git
ARG VERSION=1.13.6
ARG VERSION=1.13.7
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea