Преглед изворни кода

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,7 +6,7 @@ RUN apt-get install -y git
6 6
 RUN mkdir -p /go/src/github.com/oragono
7 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 10
 WORKDIR /go/src/github.com/oragono/oragono
11 11
 RUN git submodule update --init
12 12
 

Loading…
Откажи
Сачувај