From 8e0420ddf3c48e024480fd17285838c6a7aaa07c Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 13 Jul 2020 08:32:55 -0700 Subject: [PATCH] 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 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 1ef7003c8a..171fbb6f8f 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -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