Bump version
This commit is contained in:
parent
3e95af2256
commit
f96533530f
|
@ -1371,3 +1371,7 @@
|
||||||
* Update Gitea to 1.21.0
|
* Update Gitea to 1.21.0
|
||||||
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.21.0)
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.21.0)
|
||||||
|
|
||||||
|
[1.32.1]
|
||||||
|
* Update Gitea to 1.21.1
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.21.1)
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"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.32.0",
|
"version": "1.32.1",
|
||||||
"upstreamVersion": "1.21.0",
|
"upstreamVersion": "1.21.1",
|
||||||
"healthCheckPath": "/explore",
|
"healthCheckPath": "/explore",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
|
@ -19,7 +19,7 @@ WORKDIR /home/git
|
||||||
# for autosign feature
|
# for autosign feature
|
||||||
ENV GNUPGHOME="/app/data/gnupg"
|
ENV GNUPGHOME="/app/data/gnupg"
|
||||||
|
|
||||||
ARG VERSION=1.21
|
ARG VERSION=1.21.1
|
||||||
|
|
||||||
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 New Issue