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
This commit is contained in:
Clark Boylan 2020-07-30 16:20:31 -07:00
parent 9946a85183
commit 089426420c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ FROM docker.io/library/golang:1.14-buster AS build-env
LABEL maintainer="infra-root@openstack.org" LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION="v1.12.2" ARG GITEA_VERSION="v1.12.3"
ENV TAGS "bindata $TAGS" ENV TAGS "bindata $TAGS"
#Build deps #Build deps