From 77eed5e957084f890802c9399170801620668c80 Mon Sep 17 00:00:00 2001 From: Clark Boylan <clark.boylan@gmail.com> Date: Thu, 15 Apr 2021 08:56:58 -0700 Subject: [PATCH] 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 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index ccef6873f9..29af91a3f7 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -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