From 6f3597a7485965530a3c59f927761f99d1f110c2 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 25 Mar 2022 11:53:25 -0700 Subject: [PATCH] Update gitea to v1.16.5 We update gitea to v1.16.5 and update to using the golang:1.18-bullseye image as the release notes [0] for this version indicate that upstream has switched to golang 1.18 to build now. I don't see any deltas in the templates that we updated between v1.16.4 and v1.16.5 [0] https://raw.githubusercontent.com/go-gitea/gitea/v1.16.5/CHANGELOG.md Change-Id: I794d0db2dbb64d962debaba385eb0e46b463877a --- docker/gitea/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index d0ead72a1c..6e2d7d478d 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -23,11 +23,11 @@ ################################### #Build stage -FROM docker.io/library/golang:1.17-bullseye AS build-env +FROM docker.io/library/golang:1.18-bullseye AS build-env LABEL maintainer="infra-root@openstack.org" -ARG GITEA_VERSION="v1.16.4" +ARG GITEA_VERSION="v1.16.5" ENV TAGS "bindata $TAGS" #Build deps