mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-22 08:01:01 +00:00
Update to 0.9.0
This commit is contained in:
parent
b8be00a2ff
commit
98ca9d9633
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,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.8.43/linux_amd64.tar.gz | tar zxvf - --strip-components 1
|
curl -L https://github.com/gogits/gogs/releases/download/v0.9.0/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