forked from cloudron-apps/gitea-app
Bump version for 1.13.0
This commit is contained in:
parent
3b9989fcf0
commit
5ff6e0a410
4 changed files with 7 additions and 3 deletions
|
@ -595,3 +595,7 @@
|
||||||
* Fix repository create/delete event webhooks (#13008) (#13027)
|
* Fix repository create/delete event webhooks (#13008) (#13027)
|
||||||
* Fix internal server error on README in submodule (#13006) (#13016)
|
* Fix internal server error on README in submodule (#13006) (#13016)
|
||||||
|
|
||||||
|
[1.19.0]
|
||||||
|
* Update Gitea to 1.13.0
|
||||||
|
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.13.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.18.5",
|
"version": "1.19.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"memoryLimit": 536870912,
|
"memoryLimit": 536870912,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Gitea <upstream>1.12.6</upstream>
|
This app packages Gitea <upstream>1.13.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:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
||||||
|
|
||||||
ARG VERSION=1.12.6
|
ARG VERSION=1.13.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