From 331e6daa040d04f6abc252e1d104880c4db59abe Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 13 Sep 2018 11:06:22 +0200 Subject: Fix BRANCH in Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifa520a2171149986e4d80e5db61f6d1abfd26280 Signed-off-by: Cédric Ollivier --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/Dockerfile') 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 && \ -- cgit 1.2.3-korg