Parcourir la source

Grab stable branch for stable build

stable
Daniel Oaks il y a 5 ans
Parent
révision
e48e641d93
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer