From ddbfa8b1622ffa6c1222d2cd2ce44da1d09eaeab Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 23 Sep 2024 08:44:08 -0700 Subject: [PATCH] Update Gitea to v1.22.2 We're running v1.22.1 currently and v1.22.2 fixes a number of bugs. The full changelog can be seen here: https://github.com/go-gitea/gitea/blob/v1.22.2/CHANGELOG.md The template files we override have not changed and neither has the Dockerfile since we last upgraded. I expect this should be a fairly straightforward bugfix upgrade. Reviewers please to read the changelog to see if there is anything we should be concerned about. Change-Id: I4983865c94429c4cbcb54329f0f83b2fb0f26404 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 03ed9fc098..aa108a59b7 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.1" +ARG GITEA_VERSION="v1.22.2" ENV TAGS "bindata timetzdata $TAGS" # Build deps