Upgrade gitea to 1.21.7

This upgrades our gitea container image and, thus deployment, to version
1.21.7 from 1.21.5. There are no updates to the three template files we
override upstream according to git diff in the gitea repo.

A full changelog can be found here:

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

Change-Id: I95d92f47085532275bf0f2508f9026e9394aebc7
This commit is contained in:
Clark Boylan 2024-02-22 15:27:21 -08:00
parent 5b8dd8b96c
commit 31ea71655c

View File

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