From 459646512e022e5e7ef6a61b060ec3a750f1972a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 22 Mar 2024 10:07:33 +0100 Subject: [PATCH] Update to 1.21.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8108410..9d5cd32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /home/git # for autosign feature ENV GNUPGHOME="/app/data/gnupg" -ARG VERSION=1.21.8 +ARG VERSION=1.21.9 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea