From 3ea7d2e0bd3d04e8d77ccd21afc227a49e719562 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 27 Dec 2021 11:49:58 -0800 Subject: [PATCH] Update gitea to v1.15.9 There are no template changes between v1.15.7 and v1.15.9 according to git diff. Change-Id: I3a126db4434c1cdf6d8efd31cdbbd5cd50986bf2 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 3784bc9885..71dc626bc6 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.7" +ARG GITEA_VERSION="v1.15.9" ENV TAGS "bindata $TAGS" #Build deps