From 83dce0f64ebeb0ea0a3e0bad828e2f265cc80e98 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 17 Dec 2021 17:32:45 +0100 Subject: Fix OPNFV tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If09336d4d00c8b69500765824dfe5f2554160403 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 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 -- cgit 1.2.3-korg