mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-01 15:24:59 +00:00
Update to Gogs 0.9.48
This commit is contained in:
@@ -53,3 +53,7 @@
|
|||||||
[0.12.7]
|
[0.12.7]
|
||||||
* Update base image to 0.8.1
|
* Update base image to 0.8.1
|
||||||
|
|
||||||
|
[0.13.0]
|
||||||
|
* Update Gogs to 0.9.48
|
||||||
|
* [Changelog](https://github.com/gogits/gogs/releases/tag/v0.9.48)
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
"author": "Gogs developers",
|
"author": "Gogs developers",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A painless self-hosted Git Service",
|
"tagline": "A painless self-hosted Git Service",
|
||||||
"version": "0.12.7",
|
"version": "0.13.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 3000,
|
"httpPort": 3000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -15,7 +15,7 @@ RUN passwd -d git
|
|||||||
RUN mkdir -p /home/git/gogs
|
RUN mkdir -p /home/git/gogs
|
||||||
## TODO: use redis as well
|
## TODO: use redis as well
|
||||||
RUN cd /home/git/gogs && \
|
RUN cd /home/git/gogs && \
|
||||||
curl -L https://github.com/gogits/gogs/releases/download/v0.9.13/linux_amd64.tar.gz | tar zxvf - --strip-components 1
|
curl -L https://github.com/gogits/gogs/releases/download/v0.9.48/linux_amd64.tar.gz | tar zxvf - --strip-components 1
|
||||||
|
|
||||||
# setup config paths
|
# setup config paths
|
||||||
ADD app.ini.template /home/git/app.ini.template
|
ADD app.ini.template /home/git/app.ini.template
|
||||||
|
Reference in New Issue
Block a user