Explorar el Código

Grab stable branch for stable build

stable
Daniel Oaks hace 5 años
padre
commit
e48e641d93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

@@ -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…
Cancelar
Guardar