Fix BRANCH in stable/leguer 10/71210/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 4 Oct 2020 13:41:51 +0000 (15:41 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 4 Oct 2020 13:41:51 +0000 (15:41 +0200)
Change-Id: I4314155b7cae6efff868bf614c8029bb82e2f3b2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 738a040..b1f8af2 100644 (file)
@@ -1,6 +1,6 @@
 FROM alpine:3.12
 
-ARG BRANCH=master
+ARG BRANCH=stable/leguer
 ARG OPENSTACK_TAG=master
 
 RUN apk --no-cache add --update python3 py3-pip py3-wheel bash git mailcap libxml2 libxslt && \