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:
Ian Wienand 2019-11-19 13:48:42 +11:00
parent 7e3ad37e5a
commit 9f6df6deaf
1 changed files with 1 additions and 1 deletions

View File

@ -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