CORD-1892 Pulling incompatible version of xosproject/xos-base

Change-Id: I3a39af4905e6c55974692ec19c16c8964a44a678
diff --git a/group_vars/all b/group_vars/all
index f832a21..cc97779 100644
--- a/group_vars/all
+++ b/group_vars/all
@@ -14,8 +14,8 @@
   - name: "xosproject/xos-base"
     path: "{{ cord_dir }}/orchestration/xos/containers/xos"
     dockerfile: "Dockerfile.base"
-    pull: True
-    build: False
+    pull: False
+    build: True
     publish: False
   - name: "xosproject/xos-postgres"
     path: "{{ cord_dir }}/orchestration/xos/containers/postgresql"