From 0ae3ffc1183484ffbfbe3e0a6b72e6b982d0d1bf Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 2 May 2022 10:10:11 -0700 Subject: [PATCH] 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 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 5c735202c0..1dfc744d5a 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -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