mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-14 12:11:01 +00:00
Bump version for 1.12.2
This commit is contained in:
parent
ef557e98d7
commit
58a6351ab2
5 changed files with 8 additions and 5 deletions
|
@ -504,3 +504,7 @@
|
|||
[1.18.0]
|
||||
* Add forumUrl and update tags and screenshots
|
||||
|
||||
[1.18.1]
|
||||
* Update Gitea to 1.12.2
|
||||
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.12.2)
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Gitea developers",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A painless self-hosted Git Service",
|
||||
"version": "1.18.0",
|
||||
"version": "1.18.1",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 3000,
|
||||
"memoryLimit": 536870912,
|
||||
|
@ -36,7 +36,6 @@
|
|||
"tags": [ "version control", "git", "code hosting", "development", "github", "bitbucket", "gitlab" ],
|
||||
"changelog": "file://CHANGELOG",
|
||||
"postInstallMessage": "file://POSTINSTALL.md",
|
||||
"minBoxVersion": "4.1.4",
|
||||
"minBoxVersion": "5.3.0",
|
||||
"forumUrl": "https://forum.cloudron.io/category/19/gitea",
|
||||
"documentationUrl": "https://cloudron.io/documentation/apps/gitea/"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Gitea <upstream>1.12.1</upstream>
|
||||
This app packages Gitea <upstream>1.12.2</upstream>
|
||||
|
||||
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
|
||||
|
||||
ARG VERSION=1.12.1
|
||||
ARG VERSION=1.12.2
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y openssh-server git && \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
This app is pre-setup with an admin account (use the `Local` authentication source for logging in as admin).
|
||||
The initial credentials are:
|
||||
|
||||
|
||||
**Username**: root <br/>
|
||||
**Password**: changeme <br/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue