From d46ab7b9d07993e7a5b97237188d6fbe49535504 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 4 Oct 2020 15:41:51 +0200 Subject: [PATCH] Fix BRANCH in stable/leguer MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4314155b7cae6efff868bf614c8029bb82e2f3b2 Signed-off-by: Cédric Ollivier --- docker/core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 738a0403..b1f8af28 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -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 && \ -- 2.16.6