aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-12-17 17:32:45 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-12-17 17:32:45 +0100
commit83dce0f64ebeb0ea0a3e0bad828e2f265cc80e98 (patch)
treee6a96e8fc5b1ccb98f4a404ff3e9d1f4ffd886b7 /docker
parenta1cbc8a5dd270b678e585cc20c53bac49c8894b1 (diff)
Fix OPNFV tag
Change-Id: If09336d4d00c8b69500765824dfe5f2554160403 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 41ac18d1..e144a80e 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.14
ARG BRANCH=stable/v1.22
ARG OPENSTACK_TAG=stable/xena
-ARG OPNFV_TAG=stable/v1.22
+ARG OPNFV_TAG=stable/xena
COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-asynchronuous-issues.patch
COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch