1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-25 06:27:57 +00:00

Bump version for 1.16.7

This commit is contained in:
Johannes Zellner
2022-05-02 11:08:20 +02:00
parent 27720786bf
commit ea5ff4e574
3 changed files with 22 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.16.6
ARG VERSION=1.16.7
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea