Bump gitea version to 1.10.2

Change-Id: If29f2a4bdb95819433cde4cf9f4b5315222de4b0
This commit is contained in:
Monty Taylor 2019-12-17 15:19:03 -05:00
parent 4441f469ad
commit 6689ee968e
1 changed files with 1 additions and 1 deletions

View File

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