From af6fdaa1af7386fa056e80810fd16f8d979ad854 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 26 Mar 2024 09:36:20 -0700 Subject: [PATCH] Update gitea to v1.21.10 Gitea and OpenDev are playing a game of tag. Whenever we bump our deployment up to the lastest version they release a new version the next day. That means there is now a v1.21.10 available shortly after updating to v1.21.9. Again this appears to be a fairly straight forward bug fix release. There are no diffs in the templates we override between 1.21.9 and 1.21.10. Full release notes can be found here: https://github.com/go-gitea/gitea/blob/v1.21.10/CHANGELOG.md Change-Id: I7491d18b14100ca6457d42994a45de1e70de8758 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 9f5f9aad3d..1cb7ecf551 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.21.9" +ARG GITEA_VERSION="v1.21.10" ENV TAGS "bindata timetzdata $TAGS" # Build deps