Upgrade gitea to v1.16.7

This is the latest bug fix release. Upgrade to it to pull in those bug
fixes. You can see the full list of changes in the release notes:

  https://github.com/go-gitea/gitea/blob/v1.16.7/CHANGELOG.md#1167---2022-05-02

I've checked template diffs between v1.16.6 and v1.16.7 and they are
empty.

Change-Id: I5c8cb5bf02ab5ca8f64da25f1384291921ba8bba
This commit is contained in:
Clark Boylan 2022-05-02 10:10:11 -07:00
parent 03e9d43c97
commit 0ae3ffc118
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.6"
ARG GITEA_VERSION="v1.16.7"
ENV TAGS "bindata $TAGS"
#Build deps