소스 검색

Use Gogs 0.10.18

Girish Ramakrishnan 8 년 전
부모
커밋
08a6b9c7d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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.128/linux_amd64.tar.gz | tar zxvf - --strip-components 1
+    curl -L https://github.com/gogits/gogs/releases/download/v0.10.18/linux_amd64.tar.gz | tar zxvf - --strip-components 1
 
 # setup config paths
 ADD app.ini.template /home/git/app.ini.template