Upgrade gitea to 1.22.4

This updates gitea from 1.22.3 to 1.22.4 to pickup a number of bugfixes
and performance improvements. Unfortunately, it doesn't look like our
suspected memory leak problem has been addressed yet according to the
issue tracker and the release notes. Full release notes can be found
here:

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

The templates that we override do not appear to have any updates in this
release so we don't make any update to them here.

Change-Id: Iaa7ed850ded311b547052e1afafbd06e0fd05560
This commit is contained in:
Clark Boylan 2024-11-25 11:48:33 -08:00
parent cf796418b7
commit ca736e7bed

View File

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