1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-02 07:45:05 +00:00

Bump version for 1.14.5

This commit is contained in:
Johannes Zellner
2021-07-16 11:12:03 +02:00
parent df77df2347
commit c0d7b41a77
4 changed files with 13 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.14.4
ARG VERSION=1.14.5
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea