Update to Gogs 0.9.48

master
Girish Ramakrishnan 2016-07-23 12:43:15 -07:00
parent a5c26d70a7
commit 1f52bf626b
3 changed files with 6 additions and 2 deletions

View File

@ -53,3 +53,7 @@
[0.12.7]
* 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)

View File

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

View File

@ -15,7 +15,7 @@ RUN passwd -d git
RUN mkdir -p /home/git/gogs
## TODO: use redis as well
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
ADD app.ini.template /home/git/app.ini.template