From 31ea71655c2c2924e19ee12f7695030ceeeb1566 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 22 Feb 2024 15:27:21 -0800 Subject: [PATCH] Upgrade gitea to 1.21.7 This upgrades our gitea container image and, thus deployment, to version 1.21.7 from 1.21.5. There are no updates to the three template files we override upstream according to git diff in the gitea repo. A full changelog can be found here: https://github.com/go-gitea/gitea/blob/v1.21.7/CHANGELOG.md Change-Id: I95d92f47085532275bf0f2508f9026e9394aebc7 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index d1ad24182d..823c1068f5 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org" ARG GOPROXY ENV GOPROXY ${GOPROXY:-direct} -ARG GITEA_VERSION="v1.21.5" +ARG GITEA_VERSION="v1.21.7" ENV TAGS "bindata timetzdata $TAGS" # Build deps