From af1cdd6bce4ad4d40a85f697fc6b1157bf7fee77 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 24 Sep 2020 11:12:00 +1000 Subject: [PATCH] Update to gitea 1.12.4 No changes to template files required. Change-Id: I1c8bcaade11817e22c45bd0d8929ce9d7951c17b --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 75eb831c68..3281197115 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.3" +ARG GITEA_VERSION="v1.12.4" ENV TAGS "bindata $TAGS" #Build deps