From 33ce67a234b57bbbff95cba9aded562576043b7d Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 9 Oct 2024 08:02:48 -0700 Subject: [PATCH] Update Gitea to 1.22.3 This is a bugfix release with a number of improvements. The full changelog can be found here: https://github.com/go-gitea/gitea/blob/v1.22.3/CHANGELOG.md There were no template changes in the template we override compared to v1.22.2 (the current deployed version). No other build changes appear to exist either (same golang version etc). Change-Id: Id8d7057596e2a067534076507ffa64e4a85ac5e3 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index aa108a59b7..f7cef242aa 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.2" +ARG GITEA_VERSION="v1.22.3" ENV TAGS "bindata timetzdata $TAGS" # Build deps