Upgrade gitea to v1.16.8

This appears to be a straightforward bug fix release according to the
release notes:

  https://github.com/go-gitea/gitea/blob/v1.16.8/CHANGELOG.md

No template change between v1.16.7 and v1.16.8 according to git.

Change-Id: I0b9bb2f15beb7d3b1541c02e6e96601d25449e33
This commit is contained in:
Clark Boylan 2022-05-16 11:36:17 -07:00
parent b4e1c3b7cb
commit 5c50ae731f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ FROM docker.io/library/golang:1.18-bullseye AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION="v1.16.7"
ARG GITEA_VERSION="v1.16.8"
ENV TAGS "bindata $TAGS"
#Build deps