Update to 1.1.4

master v1.0.3
Dennis Schwerdel 2017-09-04 23:30:42 +02:00
parent 6a90609565
commit d984b4fe6c
4 changed files with 6 additions and 3 deletions

View File

@ -20,3 +20,6 @@
[1.0.2]
* Preserve SECRET_KEY across updates and restarts
[1.0.3]
* Update to version 1.1.4

View File

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

View File

@ -1,6 +1,6 @@
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. The initial development have been done on Gogs but we have forked it and named it Gitea. If you want to read more about the reasons why we have done that please read [this](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post.
This app packages Gitea <upstream>1.1.3</upstream>
This app packages Gitea <upstream>1.1.4</upstream>
### Purpose

View File

@ -1,6 +1,6 @@
FROM cloudron/base:0.10.0
ENV VERSION 1.1.3
ENV VERSION 1.1.4
RUN apt-get update && \
apt-get install -y openssh-server git && \