From d62cca74ccb6195b524b50952bfe6d6f95ed1e20 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 12 Dec 2023 12:38:00 +0100 Subject: [PATCH] Update to 1.21.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cf3457..2f76747 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /home/git # for autosign feature ENV GNUPGHOME="/app/data/gnupg" -ARG VERSION=1.21.1 +ARG VERSION=1.21.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