Bump version for 1.16.0

master
Johannes Zellner 2022-01-31 12:26:31 +01:00
parent 9abcb0c5ec
commit b667082cec
3 changed files with 4 additions and 11 deletions

View File

@ -888,13 +888,6 @@
* Bump mermaid from 8.10.1 to 8.13.8 (#18198) (#18206)
[1.23.4]
* Update Gitea to 1.15.11
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.11)
* Only view milestones from current repo (#18414) (#18418)
* Fix broken when no commits and default branch is not master (#18422) (#18424)
* Fix commit's time (#18375) (#18409)
* Fix restore without topic failure (#18387) (#18401)
* Fix mermaid import in 1.15 (it uses ESModule now) (#18382)
* Update to go/text 0.3.7 (#18336)
* Upgrade EasyMDE to 2.16.1 (#18278) (#18279)
* Update Gitea to 1.16.0
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.16.0)

View File

@ -1,4 +1,4 @@
This app packages Gitea <upstream>1.15.11</upstream>
This app packages Gitea <upstream>1.16.0</upstream>
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.

View File

@ -16,7 +16,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gitea
WORKDIR /home/git
ARG VERSION=1.15.11
ARG VERSION=1.16.0
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea