Update Gitea to v1.22.2
We're running v1.22.1 currently and v1.22.2 fixes a number of bugs. The full changelog can be seen here: https://github.com/go-gitea/gitea/blob/v1.22.2/CHANGELOG.md The template files we override have not changed and neither has the Dockerfile since we last upgraded. I expect this should be a fairly straightforward bugfix upgrade. Reviewers please to read the changelog to see if there is anything we should be concerned about. Change-Id: I4983865c94429c4cbcb54329f0f83b2fb0f26404
This commit is contained in:
parent
74fc128f36
commit
ddbfa8b162
@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org"
|
||||
ARG GOPROXY
|
||||
ENV GOPROXY ${GOPROXY:-direct}
|
||||
|
||||
ARG GITEA_VERSION="v1.22.1"
|
||||
ARG GITEA_VERSION="v1.22.2"
|
||||
ENV TAGS "bindata timetzdata $TAGS"
|
||||
|
||||
# Build deps
|
||||
|
Loading…
Reference in New Issue
Block a user