Merge "Update gitea to v1.16.5"

This commit is contained in:
Zuul 2022-03-30 18:14:55 +00:00 committed by Gerrit Code Review
commit 6aaab91a60

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