From 6b2e2212640e3a5ed5a6d861163c9b4ed6c58b02 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 22 Feb 2023 10:46:53 +0100 Subject: [PATCH] Update Gitea to 1.8.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b29f73..d3d0294 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /home/git # for autosign feature ENV GNUPGHOME="/app/data/gnupg" -ARG VERSION=1.18.4 +ARG VERSION=1.18.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