1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 23:35:06 +00:00

Bump version for 1.14.1

This commit is contained in:
Johannes Zellner
2021-04-16 12:34:15 +02:00
parent 2637ef1b4b
commit 5e8950ec86
3 changed files with 24 additions and 2 deletions

View File

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