Browse Source

Update gogs to 0.11.33

Girish Ramakrishnan 7 năm trước cách đây
mục cha
commit
1c896a2ac2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.11.29/linux_amd64.tar.gz | tar zxvf - --strip-components 1
+    curl -L https://github.com/gogits/gogs/releases/download/v0.11.33/linux_amd64.tar.gz | tar zxvf - --strip-components 1
 
 # setup config paths
 ADD app.ini.template /home/git/app.ini.template