From 3fd045aec354301adc306607ba490ac2e3abcd59 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 1 Feb 2024 10:12:45 -0800 Subject: [PATCH] Upgrade gitea to 1.21.5 This update includes a number of bugfixes. The changelog can be found here: https://github.com/go-gitea/gitea/blob/v1.21.5/CHANGELOG.md. There is a security fix for inappropriate access to non public container images. We don't how private data and we don't use the container registry in gitea so this doesn't affect us. There are no changes to template files that we override. Change-Id: I9419a22736de82e135a25fca22aef1ed10c19e1a --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index e02181a735..d1ad24182d 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.4" +ARG GITEA_VERSION="v1.21.5" ENV TAGS "bindata timetzdata $TAGS" # Build deps