Upgrade gitea to 1.14.5
This is a small update to gitea after the previous update. This is relatively recent and since we had tested the prior upgrade I figured we can do this as a followup. None of the template files seem to have deltas between 1.14.4 and 1.14.5 which means if 1.14.4 deploys sanely then I expect this one will too. Change-Id: I4472d5973d8104a63f16092a2804fabd3e9fa954
This commit is contained in:
parent
bcc6e77440
commit
b7668a83bb
@ -26,7 +26,7 @@ FROM docker.io/library/golang:1.16-buster AS build-env
|
||||
|
||||
LABEL maintainer="infra-root@openstack.org"
|
||||
|
||||
ARG GITEA_VERSION="v1.14.4"
|
||||
ARG GITEA_VERSION="v1.14.5"
|
||||
ENV TAGS "bindata $TAGS"
|
||||
|
||||
#Build deps
|
||||
|
Loading…
Reference in New Issue
Block a user