Update gitea to 1.24.6
The 1.24.6 release of gitea is the latest bugfix release. I don't expect any of these changes to affect us. There is a change to fix token lifetimes which may impact our automated project updates, but we have good CI coverage for that so testing should tell us. The full changelog can be found here: https://github.com/go-gitea/gitea/blob/v1.24.6/CHANGELOG.md There are not edits to the html template files we override between 1.24.5 and 1.24.6 according to git diff. Change-Id: I3d320bef2ae0c3ff0da2b5688b5b7a8a1d0f651e
This commit is contained in:
@@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org"
|
||||
ARG GOPROXY
|
||||
ENV GOPROXY ${GOPROXY:-direct}
|
||||
|
||||
ARG GITEA_VERSION="v1.24.5"
|
||||
ARG GITEA_VERSION="v1.24.6"
|
||||
ENV TAGS "bindata timetzdata $TAGS"
|
||||
|
||||
# Build deps
|
||||
|
Reference in New Issue
Block a user