From b7668a83bb5a818989923dc7cce8f9739a0efe16 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 22 Jul 2021 09:18:36 -0700 Subject: [PATCH] Upgrade gitea to 1.14.5 This is a small update to gitea after the previous update. This is relatively recent and since we had tested the prior upgrade I figured we can do this as a followup. None of the template files seem to have deltas between 1.14.4 and 1.14.5 which means if 1.14.4 deploys sanely then I expect this one will too. Change-Id: I4472d5973d8104a63f16092a2804fabd3e9fa954 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 50e8e4eedf..4c433491a9 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.4" +ARG GITEA_VERSION="v1.14.5" ENV TAGS "bindata $TAGS" #Build deps