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
This commit is contained in:
Clark Boylan 2025-04-08 08:11:48 -07:00
parent 777ace85af
commit e333f226e9

View File

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