From 77b3e2b033a3030d19d50a125d43b2b51a6fdb9a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 13 Apr 2023 10:21:10 +0200 Subject: [PATCH] Update Gitea to 1.19.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 829acf8..53a193a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /home/git # for autosign feature ENV GNUPGHOME="/app/data/gnupg" -ARG VERSION=1.19.0 +ARG VERSION=1.19.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