diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-28 07:36:10 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-28 07:36:10 +0100 |
commit | 92caca5f1de08669130ab811a90f0aad9644e542 (patch) | |
tree | d90e3cf5a48063580c6c5fd7f263171d8afd51f2 | |
parent | 0da4e6c8596390369f74a9f12e7b13b726068358 (diff) |
Fix OPNFV_TAG in docker/core/Dockerfile
Change-Id: I51afc1b892220d66c696981cd6684944b95838c1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 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 \ |