Update gitea to 1.19.4
Gitea 1.19.4 patch update. Release notes can be found at: https://github.com/go-gitea/gitea/blob/v1.19.4/CHANGELOG.md There are no breaking changes listed since the 1.19.3 we're currently running, but one minor security improvement which is basically not relevant to us, as well as a number of bug fixes some of which may be (I skimmed and don't think any are but can't be certain). Mainly this merges one template update to keep our forked templates in line with upstream. Change-Id: Ibf49a7b5701a3bfbee91acb53485443ff3c29411
This commit is contained in:
parent
12dcfd4cd6
commit
edac8d2f40
@ -29,7 +29,7 @@ FROM docker.io/library/golang:1.20-bullseye AS build-env
|
||||
|
||||
LABEL maintainer="infra-root@openstack.org"
|
||||
|
||||
ARG GITEA_VERSION="v1.19.3"
|
||||
ARG GITEA_VERSION="v1.19.4"
|
||||
ENV TAGS "bindata $TAGS"
|
||||
|
||||
#Build deps
|
||||
|
@ -39,7 +39,7 @@
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
{{if $.IsPullMirror}}
|
||||
{{if and $.IsPullMirror $.Mirror}}
|
||||
{{$address := MirrorRemoteAddress $.Context . $.Mirror.GetRemoteName false}}
|
||||
<div class="fork-flag">{{$.locale.Tr "repo.mirror_from"}} <a target="_blank" rel="noopener noreferrer" href="{{$address.Address}}">{{$address.Address}}</a></div>
|
||||
{{end}}
|
||||
|
Loading…
Reference in New Issue
Block a user