From ca736e7bedd841b4bb45c4166a48b4c9988c12bc Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 25 Nov 2024 11:48:33 -0800 Subject: [PATCH] Upgrade gitea to 1.22.4 This updates gitea from 1.22.3 to 1.22.4 to pickup a number of bugfixes and performance improvements. Unfortunately, it doesn't look like our suspected memory leak problem has been addressed yet according to the issue tracker and the release notes. Full release notes can be found here: https://github.com/go-gitea/gitea/blob/v1.22.4/CHANGELOG.md The templates that we override do not appear to have any updates in this release so we don't make any update to them here. Change-Id: Iaa7ed850ded311b547052e1afafbd06e0fd05560 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index f7cef242aa..78a9a1744c 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.22.3" +ARG GITEA_VERSION="v1.22.4" ENV TAGS "bindata timetzdata $TAGS" # Build deps