diff --git a/CHANGELOG b/CHANGELOG index f904bcc..5f9288a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -197,3 +197,7 @@ * Update Gitea to 1.5.3 * Security * Fix remote command execution vulnerability in upstream library (#5177) (#5196) + +[1.8.0] +* Update Gitea to 1.6.0 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 6b6d083..d75f2ab 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.7.2", + "version": "1.8.0", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index d7636d5..b4d89f3 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.5.3 +This app packages Gitea 1.6.0 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 110b8cb..8e7e3e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN passwd -d git RUN mkdir -p /home/git/gitea ## 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 # setup config paths