Switch to golang:alpine3.8 as based image
[functest-kubernetes.git] / docker / core / Dockerfile
index 5150c39..2b68d0e 100644 (file)
@@ -1,7 +1,7 @@
-FROM alpine:3.8
+FROM golang:alpine3.8
 
 ARG BRANCH=master
-ARG OPENSTACK_TAG=stable/queens
+ARG OPENSTACK_TAG=master
 ARG OPNFV_TAG=master
 
 RUN apk --no-cache add --update python py-pip bash git grep && \