Update to gitea v1.14.6

There are no diffs in the template files between v1.14.5 and v1.14.6.
This should be a safe update.

Upstream indicates bugfixes around cancelling batched file catting as
well as security updates around jwt and auth.

Change-Id: I2799c62bb3f1fb5e62fc6e3773ec8b9a38ceddfa
This commit is contained in:
Clark Boylan 2021-08-05 13:17:16 -07:00
parent 5c99569a5d
commit 8a85c1dce1

View File

@ -26,7 +26,7 @@ FROM docker.io/library/golang:1.16-buster AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION="v1.14.5"
ARG GITEA_VERSION="v1.14.6"
ENV TAGS "bindata $TAGS"
#Build deps