From 9e9e980f091e6ccf5740be52a07a3ee2a0b19877 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 22 Mar 2024 09:10:20 -0700 Subject: [PATCH] Update gitea to 1.21.9 Almost immediately after we upgraded to 1.21.8 a new 1.21.9 release became available. Again this appears to largely be a bugfix release with no super important changes for us. However, there are performance improvements which are always nice to see. The template files that we override have not changed between 1.21.8 and 1.21.9. Full change log can be found here: https://github.com/go-gitea/gitea/blob/v1.21.9/CHANGELOG.md Change-Id: Ica763081203d9be44c9de0923a261afa820c891b --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 999d560e4a..9f5f9aad3d 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.8" +ARG GITEA_VERSION="v1.21.9" ENV TAGS "bindata timetzdata $TAGS" # Build deps