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

Bump version

This commit is contained in:
Johannes Zellner
2023-10-03 17:12:30 +02:00
parent d23339e2e3
commit 7dd4447091
3 changed files with 22 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.4
ARG VERSION=1.20.5
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea