From 5a2bd42a4d08cd4f0fdd824edd9f8101c97bb483 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 19 Mar 2024 07:40:38 -0700 Subject: [PATCH] Update gitea to 1.21.8 This is a bugfix release with no template updates and no other impactful deployment changes that I can see. Full changelog notes can be found here: https://github.com/go-gitea/gitea/blob/v1.21.8/CHANGELOG.md Change-Id: I6009bbebc261e87702b7f603bf179be89d31edb9 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 823c1068f5..999d560e4a 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.7" +ARG GITEA_VERSION="v1.21.8" ENV TAGS "bindata timetzdata $TAGS" # Build deps