Update gitea to 1.21.9

Almost immediately after we upgraded to 1.21.8 a new 1.21.9 release
became available. Again this appears to largely be a bugfix release with
no super important changes for us. However, there are performance
improvements which are always nice to see. The template files that we
override have not changed between 1.21.8 and 1.21.9.

Full change log can be found here:

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

Change-Id: Ica763081203d9be44c9de0923a261afa820c891b
This commit is contained in:
Clark Boylan 2024-03-22 09:10:20 -07:00
parent cd08f8c740
commit 9e9e980f09
1 changed files with 1 additions and 1 deletions

View File

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