1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-25 22:47:24 +00:00

Update Gitea to 1.21.4

This commit is contained in:
Girish Ramakrishnan
2024-01-17 08:39:59 +01:00
parent a08dd3ee47
commit 8393426612
3 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ WORKDIR /home/git
# for autosign feature
ENV GNUPGHOME="/app/data/gnupg"
ARG VERSION=1.21.3
ARG VERSION=1.21.4
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea