Bump version for 1.8.1

This commit is contained in:
Johannes Zellner 2019-05-09 11:30:29 +02:00
parent 8d16e4d734
commit 9907d1c9cd
4 changed files with 6 additions and 3 deletions

View File

@ -309,3 +309,6 @@
* Allow to set organization visibility (public, internal, private) (#1763)
* Added URL mapping for Release attachments like on github.com (#1707)
[1.10.1]
* Update Gitea to 1.8.1

View File

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

View File

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

View File

@ -13,7 +13,7 @@ RUN adduser --disabled-login --gecos 'Gitea' git
RUN passwd -d git
RUN mkdir -p /home/git/gitea
RUN curl -L https://dl.gitea.io/gitea/1.8.0/gitea-1.8.0-linux-amd64 -o /home/git/gitea/gitea \
RUN curl -L https://dl.gitea.io/gitea/1.8.1/gitea-1.8.1-linux-amd64 -o /home/git/gitea/gitea \
&& chmod +x /home/git/gitea/gitea
# setup config paths