1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-04-29 22:21:13 +00:00

Bump version for 1.15.11

This commit is contained in:
Johannes Zellner
2022-01-30 17:56:26 +01:00
parent 5f7b0457db
commit 3f6593c676
4 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
WORKDIR /home/git
ARG VERSION=1.15.10
ARG VERSION=1.15.11
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea