Update gitea to 1.18.5

This upgrade bumps us up two minor releases for gitea. Changelogs can be
found here:

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

On the whole seems pretty minor for our uses. I did check the diffs
between 1.18.3 and 1.18.5 for template files we override and those diffs
are empty.

Change-Id: I68204afc28b6382559ece115994c36d35ab60844
This commit is contained in:
Clark Boylan 2023-02-27 08:37:37 -08:00
parent f29930dc40
commit 9aab305c9f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ FROM docker.io/library/golang:1.19-bullseye AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION="v1.18.3"
ARG GITEA_VERSION="v1.18.5"
ENV TAGS "bindata $TAGS"
#Build deps