From 5ab83df5cef2908ba554b64079234302f6d14219 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 4 Mar 2025 16:17:49 -0800 Subject: [PATCH] Upgrade gitea to v1.23.5 We are running v1.23.4 which makes the update to v1.23.5 a very minimal update. Still there are some library updates and bugfixes that are probably a good thing for us to keep up with. Full changelog here: https://github.com/go-gitea/gitea/blob/v1.23.5/CHANGELOG.md There are no file differences for the three template files we override between v1.23.4 and v1.23.5. Change-Id: Ia982b94c698e61fd07b748e1cf1d2266ffa73eb5 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 55e5aae00c..8ef6903efe 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.4" +ARG GITEA_VERSION="v1.23.5" ENV TAGS "bindata timetzdata $TAGS" # Build deps