From f2cd358b700936a4cd999ae20cf9110a6813df30 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 28 Oct 2021 08:37:04 -0700 Subject: [PATCH] Upgrade to gitea 1.15.6 Another bug fix release. We upgrade to keep up and not fall behind. Release notes can be found at: https://github.com/go-gitea/gitea/blob/v1.15.6/CHANGELOG.md Change-Id: I44874476d6fd09f3333205b3036ed12000560cba --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 34ebb103f5..4a6129e80f 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -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.5" +ARG GITEA_VERSION="v1.15.6" ENV TAGS "bindata $TAGS" #Build deps