ソースを参照

Build master rather than stable, since we don't keep it totally updated

pull/7/head
Daniel Oaks 5年前
コミット
e041c697fb
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile ファイルの表示

6
 RUN mkdir -p /go/src/github.com/oragono
6
 RUN mkdir -p /go/src/github.com/oragono
7
 WORKDIR /go/src/github.com/oragono
7
 WORKDIR /go/src/github.com/oragono
8
 
8
 
9
-RUN git clone -b stable https://github.com/oragono/oragono.git
9
+RUN git clone https://github.com/oragono/oragono.git
10
 WORKDIR /go/src/github.com/oragono/oragono
10
 WORKDIR /go/src/github.com/oragono/oragono
11
 RUN git submodule update --init
11
 RUN git submodule update --init
12
 
12
 

読み込み中…
キャンセル
保存