From d7258a2ad5ac8d997a5b7cd9b66ac4c83083f3d5 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 11 Dec 2024 15:26:27 -0800 Subject: [PATCH] Update Gitea to 1.22.5 This appears to be a fairly minor bugfix release with fixes to branch deletion permissions (doesnt' really affect us), updates to the crypto library, and miscellaneous behavior fixes. Full changelog can be seen here: https://github.com/go-gitea/gitea/blob/v1.22.5/CHANGELOG.md There are no differences in the templates we override between v1.22.4 and v1.22.5 according to git diff. Change-Id: Ic61ebdc28a9441ce00c9739f54a034165000e5d0 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 78a9a1744c..37422af597 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org" ARG GOPROXY ENV GOPROXY ${GOPROXY:-direct} -ARG GITEA_VERSION="v1.22.4" +ARG GITEA_VERSION="v1.22.5" ENV TAGS "bindata timetzdata $TAGS" # Build deps