Update to gitea v1.12.2

This includes a number of bugfixes. The most important for us likely
being one that allows you to create a repo with a HEAD set to something
other than master, https://github.com/go-gitea/gitea/pull/12182.

I didn't see any template deltas.

Change-Id: I45fdbf22fb1749d966fc5f6f457e89d40efe5949
This commit is contained in:
Clark Boylan 2020-07-13 08:32:55 -07:00
parent 5f2e6c43a8
commit 8e0420ddf3
1 changed files with 1 additions and 1 deletions

View File

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