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:
parent
7a7edb11cd
commit
6f3597a748
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user