Upgrade gitea to 1.13.7

This appears to be a small update of bugfixes. The templates we have
modified in our images have not changed between v1.13.6 and v1.13.7
according to git diff in the go-gitea/gitea repo.

Change-Id: I28a2411e107786c7ff96bd7240f3d15190a88f9e
This commit is contained in:
Clark Boylan 2021-04-15 08:56:58 -07:00
parent a582a24296
commit 77eed5e957

View File

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