Update gitea to 1.21.9
Almost immediately after we upgraded to 1.21.8 a new 1.21.9 release became available. Again this appears to largely be a bugfix release with no super important changes for us. However, there are performance improvements which are always nice to see. The template files that we override have not changed between 1.21.8 and 1.21.9. Full change log can be found here: https://github.com/go-gitea/gitea/blob/v1.21.9/CHANGELOG.md Change-Id: Ica763081203d9be44c9de0923a261afa820c891b
This commit is contained in:
parent
cd08f8c740
commit
9e9e980f09
@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org"
|
|||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
ENV GOPROXY ${GOPROXY:-direct}
|
ENV GOPROXY ${GOPROXY:-direct}
|
||||||
|
|
||||||
ARG GITEA_VERSION="v1.21.8"
|
ARG GITEA_VERSION="v1.21.9"
|
||||||
ENV TAGS "bindata timetzdata $TAGS"
|
ENV TAGS "bindata timetzdata $TAGS"
|
||||||
|
|
||||||
# Build deps
|
# Build deps
|
||||||
|
Loading…
Reference in New Issue
Block a user