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

Bump version for 1.22.5

This commit is contained in:
Johannes Zellner
2021-10-22 07:34:28 +02:00
parent dc7f7e2f4e
commit 2c32dcf6bd
4 changed files with 19 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.15.4
ARG VERSION=1.15.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