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

Bump version

This commit is contained in:
Johannes Zellner
2023-01-20 12:19:08 +01:00
parent ea91e676cf
commit 896336f7c2
3 changed files with 13 additions and 3 deletions

View File

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