mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-25 17:31:01 +00:00
Bump version for 1.15.3
This commit is contained in:
parent
0cfe7fea88
commit
1074999c40
4 changed files with 10 additions and 3 deletions
|
@ -792,3 +792,10 @@
|
||||||
* Add unique constraint back into issue_index (#16938)
|
* Add unique constraint back into issue_index (#16938)
|
||||||
* Close storage objects before cleaning (#16934) (#16942)
|
* Close storage objects before cleaning (#16934) (#16942)
|
||||||
|
|
||||||
|
[1.22.3]
|
||||||
|
* Update Gitea to 1.15.3
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.3)
|
||||||
|
* Add fluid to ui container class to remove margin (#16396) (#16976)
|
||||||
|
* Add caller to cat-file batch calls (#17082) (#17089)
|
||||||
|
* Many bug fixes
|
||||||
|
|
||||||
|
|
|
@ -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.22.2",
|
"version": "1.22.3",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.15.2</upstream>
|
This app packages Gitea <upstream>1.15.3</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.
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN passwd -d git
|
||||||
RUN mkdir -p /home/git/gitea
|
RUN mkdir -p /home/git/gitea
|
||||||
WORKDIR /home/git
|
WORKDIR /home/git
|
||||||
|
|
||||||
ARG VERSION=1.15.2
|
ARG VERSION=1.15.3
|
||||||
|
|
||||||
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
|
||||||
&& chmod +x /home/git/gitea/gitea
|
&& chmod +x /home/git/gitea/gitea
|
||||||
|
|
Loading…
Reference in a new issue