From 9f6df6deaff942e6ce03d6bca2bcaf2cadd847e3 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 19 Nov 2019 13:48:42 +1100 Subject: [PATCH] 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 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index c3075c048c..16b6eae897 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -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