Upgrade gitea to v1.21.11

This is a bugfix update upgrade from v1.21.10 to v1.21.11. None of the
templates we override have been changed between these two versions
according to git diff.

A full changelog can be found here:

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

Change-Id: I4d3648e311fe87b275856f2d73aca4a79c2c5507
This commit is contained in:
Clark Boylan 2024-04-16 08:32:22 -07:00
parent 998493a057
commit 3a44e0cf64
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.10"
ARG GITEA_VERSION="v1.21.11"
ENV TAGS "bindata timetzdata $TAGS"
# Build deps