aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2024-03-23 09:40:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2024-03-23 09:40:45 +0000
commit74ed73693f830a8e3a98790685a22adbd76acffa (patch)
tree3582d9e2acaed191c12c5ed690f995c3000f6171 /docker
parentb5bc627ce1b0ac68c04e89ff7f20b0fb5485c64f (diff)
parentf77b46e08e43bdc653f6c7f6e84c0ad13666f7e9 (diff)
Merge "Enforce self.details as a collection" into stable/yogastable/yoga
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 22f0e0b2..0dde50a7 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.16
ARG BRANCH=stable/yoga
-ARG OPENSTACK_TAG=stable/yoga
+ARG OPENSTACK_TAG=unmaintained/yoga
RUN apk -U upgrade && \
apk --no-cache add --update python3 py3-pip py3-wheel bash git mailcap libxml2 libxslt ansible && \