Browse Source

Grab stable branch for stable build

stable
Daniel Oaks 5 years ago
parent
commit
e48e641d93
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

16
 RUN mkdir -p /go/src/github.com/oragono
16
 RUN mkdir -p /go/src/github.com/oragono
17
 WORKDIR /go/src/github.com/oragono
17
 WORKDIR /go/src/github.com/oragono
18
 
18
 
19
-RUN git clone --recurse-submodules https://github.com/oragono/oragono.git
19
+RUN git clone --recurse-submodules -b stable https://github.com/oragono/oragono.git
20
 WORKDIR /go/src/github.com/oragono/oragono
20
 WORKDIR /go/src/github.com/oragono/oragono
21
 
21
 
22
 # compile
22
 # compile

Loading…
Cancel
Save