From c06b31df3aaf06d71b3992c128fcbf18d3a6b52b Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 8 Sep 2023 08:10:29 -0700 Subject: [PATCH] Update to gitea 1.20.4 This is a small update from what we are currently running (1.20.4). The full changelog can be found here: https://github.com/go-gitea/gitea/blob/v1.20.4/CHANGELOG.md There is one small template update in 1.20.4, but it is to documentation urls which we are already overriding with our own documentation links so doesn't affect us. Change-Id: I5ed374e2e6e0056397e05404e0bf42ffd3906469 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 424fccd812..8351f8bc0b 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -29,7 +29,7 @@ FROM docker.io/library/golang:1.20-bookworm AS build-env LABEL maintainer="infra-root@openstack.org" -ARG GITEA_VERSION="v1.20.3" +ARG GITEA_VERSION="v1.20.4" ENV TAGS "bindata $TAGS" #Build deps