From: Cédric Ollivier Date: Thu, 28 Mar 2019 06:36:10 +0000 (+0100) Subject: Fix OPNFV_TAG in docker/core/Dockerfile X-Git-Tag: opnfv-8.1.0~3 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F67413%2F1;p=functest-kubernetes.git Fix OPNFV_TAG in docker/core/Dockerfile Change-Id: I51afc1b892220d66c696981cd6684944b95838c1 Signed-off-by: Cédric Ollivier --- diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index b6f68efe..ab96ce0c 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.11.6-alpine3.9 ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky -ARG OPNFV_TAG=master +ARG OPNFV_TAG=stable/hunter RUN apk --no-cache add --update python py-pip bash git grep && \ apk --no-cache add --virtual .build-deps --update \