mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-22 08:01:01 +00:00
Bump version for 1.6.0
This commit is contained in:
parent
12f58af585
commit
5e99be936a
4 changed files with 7 additions and 3 deletions
|
@ -197,3 +197,7 @@
|
||||||
* Update Gitea to 1.5.3
|
* Update Gitea to 1.5.3
|
||||||
* Security
|
* Security
|
||||||
* Fix remote command execution vulnerability in upstream library (#5177) (#5196)
|
* Fix remote command execution vulnerability in upstream library (#5177) (#5196)
|
||||||
|
|
||||||
|
[1.8.0]
|
||||||
|
* Update Gitea to 1.6.0
|
||||||
|
|
||||||
|
|
|
@ -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.7.2",
|
"version": "1.8.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.5.3</upstream>
|
This app packages Gitea <upstream>1.6.0</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.
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN passwd -d git
|
||||||
|
|
||||||
RUN mkdir -p /home/git/gitea
|
RUN mkdir -p /home/git/gitea
|
||||||
## TODO: use redis as well
|
## TODO: use redis as well
|
||||||
RUN curl -L https://dl.gitea.io/gitea/1.5.3/gitea-1.5.3-linux-amd64 -o /home/git/gitea/gitea \
|
RUN curl -L https://dl.gitea.io/gitea/1.6.0/gitea-1.6.0-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