gitea: Use 1.9.6
We are seeing issues with hanging git connections discussed in [1]. It is suggested to upgrade to gitea 1.9.6; do that. [1] https://github.com/go-gitea/gitea/issues/9006 Change-Id: Ibbbe73b5487d3d01a8d7ba23ecca16c2264973ca
This commit is contained in:
parent
7e3ad37e5a
commit
9f6df6deaf
@ -26,7 +26,7 @@ FROM docker.io/library/golang:1.13-buster AS build-env
|
||||
|
||||
LABEL maintainer="infra-root@openstack.org"
|
||||
|
||||
ARG GITEA_VERSION="v1.9.5"
|
||||
ARG GITEA_VERSION="v1.9.6"
|
||||
ENV TAGS "bindata $TAGS"
|
||||
|
||||
#Build deps
|
||||
|
Loading…
Reference in New Issue
Block a user