Update to 1.21.9

This commit is contained in:
Johannes Zellner 2024-03-22 10:07:33 +01:00
parent 5d44c03115
commit 459646512e

View file

@ -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