update container to the pyro supported version

This commit is contained in:
Doug Goldstein
2017-09-28 13:55:43 -05:00
parent e31d252eb0
commit 1b8883be12

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# what container are we using to build this
CONTAINER="starlabio/yocto:1.5"
CONTAINER="cardoe/yocto:pyro"
einfo() {
echo "$*" >&2