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
This commit is contained in:
Clark Boylan 2022-03-25 11:53:25 -07:00
parent 7a7edb11cd
commit 6f3597a748
1 changed files with 2 additions and 2 deletions

View File

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