Update Gitea to 1.24.5

This is a small bugfix release. I don't think any of the noted fixes
directly affect us, but keeping things up to date is a good thing.

The full changelog can be seen here:

  https://github.com/go-gitea/gitea/blob/v1.24.5/CHANGELOG.md

Change-Id: Ia07c324cb442634d43ac5459501e9cbdf6c52ff4
This commit is contained in:
Clark Boylan
2025-08-15 09:17:52 -07:00
parent c286558482
commit 069411d752

View File

@@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org"
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}
ARG GITEA_VERSION="v1.24.4"
ARG GITEA_VERSION="v1.24.5"
ENV TAGS "bindata timetzdata $TAGS"
# Build deps