aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-10-06 23:35:51 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-10-06 23:35:51 +0200
commit3ee47d5488ab5a5e6e870d8f4b0b12fba927134f (patch)
treec97ed5deea6111fc851f9979a94bb4527b2bd9b9 /docker
parent935fbc8b9ff2a120e831fbbaf5b860505a34143c (diff)
Update upper-constraints
It take the new requirements just published into account. Change-Id: I52477b277a703b5354afaa38f92b103271b2efed Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \