forked from cloudron-apps/gitea-app
Bump version for 1.11.0
This commit is contained in:
parent
ac4eecf92b
commit
3fbe8140a7
4 changed files with 6 additions and 3 deletions
|
@ -458,3 +458,6 @@
|
||||||
* Send tag create and push webhook when release created on UI (#8671) (#9702)
|
* Send tag create and push webhook when release created on UI (#8671) (#9702)
|
||||||
* Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
|
* Branches not at ref commit ID should not be listed as Merged (#9614) (#9639)
|
||||||
|
|
||||||
|
[1.15.0]
|
||||||
|
* Update Gitea to 1.11.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.14.3",
|
"version": "1.15.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.10.3</upstream>
|
This app packages Gitea <upstream>1.11.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.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||||
|
|
||||||
ARG VERSION=1.10.3
|
ARG VERSION=1.11.0
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y openssh-server git && \
|
apt-get install -y openssh-server git && \
|
||||||
|
|
Loading…
Reference in a new issue