Update Gitea to 1.22.3

This is a bugfix release with a number of improvements. The full
changelog can be found here:

  https://github.com/go-gitea/gitea/blob/v1.22.3/CHANGELOG.md

There were no template changes in the template we override compared to
v1.22.2 (the current deployed version). No other build changes appear to
exist either (same golang version etc).

Change-Id: Id8d7057596e2a067534076507ffa64e4a85ac5e3
This commit is contained in:
Clark Boylan 2024-10-09 08:02:48 -07:00
parent 8fc9da4578
commit 33ce67a234

View File

@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org"
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
ARG GITEA_VERSION="v1.22.2"
ARG GITEA_VERSION="v1.22.3"
ENV TAGS "bindata timetzdata $TAGS"
# Build deps