From 9f0fedb3ade77ad98f20291cafcd58c3cbd5d1ef Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 21 Feb 2025 08:34:12 -0800 Subject: [PATCH] Update got Gitea 1.23.4 This is a small bugfix update from 1.23.3. There are security fixes in actions (which we don't use) and performance improvements in pull requests (which we don't use). We have noticed performance degration of some gitea backends. On the off chance that these improvements or the other bugfixes included in 1.23.4 help we should upgrade. It is also generally just good hygiene to keep things up to date. Full changelog can be seen here: https://github.com/go-gitea/gitea/blob/v1.23.4/CHANGELOG.md Change-Id: I706450d7d3a29c13dd7b9cfa5c92558a740cbcad --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 94b7fc0a2b..55e5aae00c 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.23.3" +ARG GITEA_VERSION="v1.23.4" ENV TAGS "bindata timetzdata $TAGS" # Build deps