Fix OPNFV_TAG in docker/core/Dockerfile 13/67413/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 28 Mar 2019 06:36:10 +0000 (07:36 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 28 Mar 2019 06:36:10 +0000 (07:36 +0100)
Change-Id: I51afc1b892220d66c696981cd6684944b95838c1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index b6f68ef..ab96ce0 100644 (file)
@@ -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 \