Bump version for 1.12.0

This commit is contained in:
Johannes Zellner 2020-06-19 18:55:18 +02:00
parent 2e8b2c637f
commit a677369189
4 changed files with 6 additions and 3 deletions

View File

@ -497,3 +497,6 @@
* Prevent (caught) panic on login (#11590) (#11598)
* Fix commit page js error (#11527)
[1.17.0]
* Update Gitea to 1.12.0

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.16.1",
"version": "1.17.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {

View File

@ -1,4 +1,4 @@
This app packages Gitea <upstream>1.11.6</upstream>
This app packages Gitea <upstream>1.12.0</upstream>
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.

View File

@ -1,6 +1,6 @@
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
ARG VERSION=1.11.6
ARG VERSION=1.12.0
RUN apt-get update && \
apt-get install -y openssh-server git && \