Bump version for 1.11.0

This commit is contained in:
Johannes Zellner 2020-02-10 15:24:14 +01:00
parent ac4eecf92b
commit 3fbe8140a7
4 changed files with 6 additions and 3 deletions

View File

@ -458,3 +458,6 @@
* Send tag create and push webhook when release created on UI (#8671) (#9702)
* Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
[1.15.0]
* Update Gitea to 1.11.0

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.14.3",
"version": "1.15.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {

View File

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

View File

@ -1,6 +1,6 @@
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
ARG VERSION=1.10.3
ARG VERSION=1.11.0
RUN apt-get update && \
apt-get install -y openssh-server git && \