Sfoglia il codice sorgente

Grab stable branch for stable build

stable
Daniel Oaks 5 anni fa
parent
commit
e48e641d93
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Vedi File

@@ -16,7 +16,7 @@ RUN cp ./goreleaser /usr/bin
16 16
 RUN mkdir -p /go/src/github.com/oragono
17 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 20
 WORKDIR /go/src/github.com/oragono/oragono
21 21
 
22 22
 # compile

Loading…
Annulla
Salva