Bump version

This commit is contained in:
Johannes Zellner 2018-03-26 12:16:04 +02:00
parent 525327c150
commit 7fd766b348
4 changed files with 5 additions and 3 deletions

View File

@ -90,3 +90,5 @@
* Open external tracker in blank window, consistently with wiki (#3227) (#3228)
* Change SSL Mode from checkbox to string in admin page (#3208) (#3211)
[1.5.0]
* Update Gitea to 1.4.0

View File

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

View File

@ -1,4 +1,4 @@
This app packages Gitea <upstream>1.3.3</upstream>
This app packages Gitea <upstream>1.4.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:0.10.0
ENV VERSION 1.3.3
ENV VERSION 1.4.0
RUN apt-get update && \
apt-get install -y openssh-server git && \