From 089426420c9e73ff66baf5a0d50bf2c2117fb436 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 30 Jul 2020 16:20:31 -0700 Subject: [PATCH] Upgrade Gitea to v1.12.3 This is an incredibly minor update and the templates don't seem to change at all. But its still a good idea to keep up as much as possible. Change-Id: I7afcd741bfea056f34dacca65512c86949539340 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 171fbb6f8f..75eb831c68 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.2" +ARG GITEA_VERSION="v1.12.3" ENV TAGS "bindata $TAGS" #Build deps