Browse Source

Pin the revision

Girish Ramakrishnan 10 năm trước cách đây
mục cha
commit
d413c2796f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -14,6 +14,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/gogits && \
     cd ${GOPATH}/src/github.com/gogits && \
     git clone https://github.com/cloudron-io/gogs.git && \
     cd gogs && \
+    git reset --hard 7fd7dfdefc8990a4c3bbabcf40870c8f9a367f5a && \
     go get ./... && \
     go build && \
     go install && \