Update gitea to 1.15.4

They just released a 1.15.4 version with a number of bugfixes.

Changelog at:

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

Change-Id: Idf5f5a0b2d7bc5acbe79fb38753671d21c71e288
This commit is contained in:
Clark Boylan 2021-10-08 12:13:22 -07:00
parent a0953f063f
commit b6d121627c

View File

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