From 298cb33e86ff63bfd40c40f623fd5a3aa327e07b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 23 Dec 2022 11:14:20 +0100 Subject: [PATCH] Update Gitea to 1.17.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9a66e1..425a664 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /home/git # for autosign feature ENV GNUPGHOME="/app/data/gnupg" -ARG VERSION=1.17.3 +ARG VERSION=1.17.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