From 8a85c1dce13649e5009c766cb2479979aa92aa3c Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Thu, 5 Aug 2021 13:17:16 -0700
Subject: [PATCH] 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
---
 docker/gitea/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile
index 2122e2b1b1..f6442efae9 100644
--- a/docker/gitea/Dockerfile
+++ b/docker/gitea/Dockerfile
@@ -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