mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 15:41:01 +00:00
Update to Gogs 0.9.48
This commit is contained in:
parent
a5c26d70a7
commit
1f52bf626b
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue