From 3ee47d5488ab5a5e6e870d8f4b0b12fba927134f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 6 Oct 2020 23:35:51 +0200 Subject: Update upper-constraints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It take the new requirements just published into account. Change-Id: I52477b277a703b5354afaa38f92b103271b2efed Signed-off-by: Cédric Ollivier --- docker/core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index b1f8af28..fcce64ea 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.12 ARG BRANCH=stable/leguer -ARG OPENSTACK_TAG=master +ARG OPENSTACK_TAG=stable/victoria RUN apk --no-cache add --update python3 py3-pip py3-wheel bash git mailcap libxml2 libxslt && \ apk --no-cache add --virtual .build-deps --update \ -- cgit 1.2.3-korg