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:
parent
2891745508
commit
3fd045aec3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user