Upgrade gitea to 1.20.6

This is a bugfix release with some security updates that while maybe not
critical due to our use of gitea as a read only mirror would be good to
get in anyway. Additionally we'll want to be on the latest 1.20 release
before updating to 1.21.

The changelog can be found here:

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

Git diff reports no template updates between 1.20.5 and 1.20.6 in the
templates that we override.

Change-Id: Idd38660dce53b5765c1ab4bc021544bd105df138
This commit is contained in:
Clark Boylan 2023-11-28 08:23:17 -08:00
parent c2f68876b2
commit 6cf8b63bc8

View File

@ -29,7 +29,7 @@ FROM docker.io/library/golang:1.20-bookworm AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION="v1.20.5"
ARG GITEA_VERSION="v1.20.6"
ENV TAGS "bindata $TAGS"
#Build deps