Update gitea to 1.21.8

This is a bugfix release with no template updates and no other impactful
deployment changes that I can see. Full changelog notes can be found
here:

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

Change-Id: I6009bbebc261e87702b7f603bf179be89d31edb9
This commit is contained in:
Clark Boylan 2024-03-19 07:40:38 -07:00
parent 772cd8e2ad
commit 5a2bd42a4d
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.7"
ARG GITEA_VERSION="v1.21.8"
ENV TAGS "bindata timetzdata $TAGS"
# Build deps