Fix BRANCH in Dockerfile 21/62221/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 09:07:12 +0000 (11:07 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 09:07:12 +0000 (11:07 +0200)
Change-Id: I61c3e3af5e3ed55ac5a7c04853e739d004867b48
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/Dockerfile

index 2ab6114..c74c986 100644 (file)
@@ -1,6 +1,6 @@
 FROM alpine:3.8
 
-ARG BRANCH=master
+ARG BRANCH=stable/hunter
 ARG OPENSTACK_TAG=stable/rocky
 
 RUN apk --no-cache add --update python py-pip bash git && \