Update to gitea 1.20.4

This is a small update from what we are currently running (1.20.4). The
full changelog can be found here:

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

There is one small template update in 1.20.4, but it is to documentation
urls which we are already overriding with our own documentation links so
doesn't affect us.

Change-Id: I5ed374e2e6e0056397e05404e0bf42ffd3906469
This commit is contained in:
Clark Boylan 2023-09-08 08:10:29 -07:00
parent 53391950e1
commit c06b31df3a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ FROM docker.io/library/golang:1.20-bookworm AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION="v1.20.3"
ARG GITEA_VERSION="v1.20.4"
ENV TAGS "bindata $TAGS"
#Build deps