Update to Gitea 1.23.6

This upgrades us from gitea 1.23.5 to 1.23.6. The templates we override
do not change between these versions in gitea proper so no template
updates are necessary. This appears to largely be a bugfix release.
The full release notes can be seen here:

  https://github.com/go-gitea/gitea/blob/v1.23.6/CHANGELOG.md

The main change that stands out to me is:

  https://github.com/go-gitea/gitea/pull/33992

As that modifies the indexer which has been the source of memory issues
in the past. However, this looks like a straightforward update and is
probably fine.

Change-Id: I3a47380a2e9107bb2dca1b0a3d66c44249ee60c3
This commit is contained in:
Clark Boylan 2025-03-24 15:04:31 -07:00
parent 694444fc96
commit 506b9b300f

View File

@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org"
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
ARG GITEA_VERSION="v1.23.5"
ARG GITEA_VERSION="v1.23.6"
ENV TAGS "bindata timetzdata $TAGS"
# Build deps