Upgrade gitea to 1.21.5

This update includes a number of bugfixes. The changelog can be found
here: https://github.com/go-gitea/gitea/blob/v1.21.5/CHANGELOG.md.

There is a security fix for inappropriate access to non public container
images. We don't how private data and we don't use the container
registry in gitea so this doesn't affect us.

There are no changes to template files that we override.

Change-Id: I9419a22736de82e135a25fca22aef1ed10c19e1a
This commit is contained in:
Clark Boylan 2024-02-01 10:12:45 -08:00
parent 2891745508
commit 3fd045aec3
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.4"
ARG GITEA_VERSION="v1.21.5"
ENV TAGS "bindata timetzdata $TAGS"
# Build deps