forked from cloudron-apps/gitea-app
Bump version for 1.8.1
This commit is contained in:
parent
8d16e4d734
commit
9907d1c9cd
4 changed files with 6 additions and 3 deletions
|
@ -309,3 +309,6 @@
|
||||||
* Allow to set organization visibility (public, internal, private) (#1763)
|
* Allow to set organization visibility (public, internal, private) (#1763)
|
||||||
* Added URL mapping for Release attachments like on github.com (#1707)
|
* Added URL mapping for Release attachments like on github.com (#1707)
|
||||||
|
|
||||||
|
[1.10.1]
|
||||||
|
* Update Gitea to 1.8.1
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"author": "Gitea developers",
|
"author": "Gitea developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "1.10.0",
|
"version": "1.10.1",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -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.
|
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN adduser --disabled-login --gecos 'Gitea' git
|
||||||
RUN passwd -d git
|
RUN passwd -d git
|
||||||
|
|
||||||
RUN mkdir -p /home/git/gitea
|
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
|
&& chmod +x /home/git/gitea/gitea
|
||||||
|
|
||||||
# setup config paths
|
# setup config paths
|
||||||
|
|
Loading…
Reference in a new issue