I had previously brought down 0.8 and want to use new version.
Is it ok to update local repo and 'build_all' or must I remove all the older docker images first?
This may be brute force, but this is what I ended up doing.
Caution, the docker command will take out all images so if you want to preserve some of them you may want a more selective approach.
docker rmi -f $(docker images -a -q)
sawtooth-default.yaml
docker-compose -f sawtooth-default.yaml up
cd ~\sawtooth-core
bin\build_all -l python
bin\build_all -l java
as wellAccess to individual CLI and dev languages tested out 100% as per the Hyperledger Sawtooth documentation