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

Bump version for 1.15.10

This commit is contained in:
Johannes Zellner
2022-01-17 10:43:10 +01:00
parent 2af74e6817
commit 7adfed915b
4 changed files with 14 additions and 3 deletions

View File

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