From e333f226e931033f92c2f9f287982a85e456abb4 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Tue, 8 Apr 2025 08:11:48 -0700
Subject: [PATCH] Update gitea to 1.23.7

This is another bugfix release with no template changes in the templates
we override when compared to v1.23.6.

The full release notes can be found here:

  https://github.com/go-gitea/gitea/tree/v1.23.7

The feature to block anonymous access to expensive changes is topical
(seems motivated by AI web crawlers), but appears to affect all code
pages which isn't something we want to do.

Change-Id: Icd9930e43e1f90f25743fe81e5162a513e4bae73
---
 docker/gitea/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile
index 3e5388f783..b7fd5954d4 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.23.6"
+ARG GITEA_VERSION="v1.23.7"
 ENV TAGS "bindata timetzdata $TAGS"
 
 # Build deps