diff options
author | 2024-03-23 09:40:45 +0000 | |
---|---|---|
committer | 2024-03-23 09:40:45 +0000 | |
commit | 74ed73693f830a8e3a98790685a22adbd76acffa (patch) | |
tree | 3582d9e2acaed191c12c5ed690f995c3000f6171 /docker/core | |
parent | b5bc627ce1b0ac68c04e89ff7f20b0fb5485c64f (diff) | |
parent | f77b46e08e43bdc653f6c7f6e84c0ad13666f7e9 (diff) |
Merge "Enforce self.details as a collection" into stable/yogastable/yoga
Diffstat (limited to 'docker/core')
-rw-r--r-- | docker/core/Dockerfile | 2 |
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 && \ |