From 3a44e0cf64c3c37125d036052bf9a1fb5e76ac12 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 16 Apr 2024 08:32:22 -0700 Subject: [PATCH] Upgrade gitea to v1.21.11 This is a bugfix update upgrade from v1.21.10 to v1.21.11. None of the templates we override have been changed between these two versions according to git diff. A full changelog can be found here: https://github.com/go-gitea/gitea/blob/v1.21.11/CHANGELOG.md Change-Id: I4d3648e311fe87b275856f2d73aca4a79c2c5507 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 1cb7ecf551..f0d69da5e3 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.10" +ARG GITEA_VERSION="v1.21.11" ENV TAGS "bindata timetzdata $TAGS" # Build deps