1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-27 23:47:28 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2023-07-22 12:47:27 +02:00
parent 5205ba5e83
commit 6a85b0cea2
3 changed files with 28 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.0
ARG VERSION=1.20.1
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea