Update got Gitea 1.23.4

This is a small bugfix update from 1.23.3. There are security fixes in
actions (which we don't use) and performance improvements in pull
requests (which we don't use).

We have noticed performance degration of some gitea backends. On the off
chance that these improvements or the other bugfixes included in 1.23.4
help we should upgrade. It is also generally just good hygiene to keep
things up to date.

Full changelog can be seen here:

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

Change-Id: I706450d7d3a29c13dd7b9cfa5c92558a740cbcad
This commit is contained in:
Clark Boylan 2025-02-21 08:34:12 -08:00
parent 52ad50a99f
commit 9f0fedb3ad

View File

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