From: Cédric Ollivier Date: Thu, 13 Sep 2018 09:06:22 +0000 (+0200) Subject: Fix BRANCH in Dockerfile X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F62219%2F1;p=functest-xtesting.git Fix BRANCH in Dockerfile Change-Id: Ifa520a2171149986e4d80e5db61f6d1abfd26280 Signed-off-by: Cédric Ollivier --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 87a59c34..32af8435 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ARG BRANCH=master +ARG BRANCH=stable/gambia ARG OPENSTACK_TAG=stable/queens RUN apk --no-cache add --update python py-pip bash git && \