1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-08-31 23:04:58 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2023-09-08 12:21:03 +02:00
parent a4b0af1f02
commit dd44f81d04
3 changed files with 29 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ WORKDIR /home/git
# for autosign feature
ENV GNUPGHOME="/app/data/gnupg"
ARG VERSION=1.20.3
ARG VERSION=1.20.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