commit | 12651d711297e87a6426f587298dee87068ed97b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Feb 21 15:15:29 2019 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Fri Feb 22 06:56:58 2019 -0800 |
tree | 8f3a326173cedc02c2aca6223f763740b34c4163 | |
parent | 43af45b627c5f223f34fd3ba923b5118cc2c1031 [diff] [blame] |
[SEBA-494] Validating core version matched version requested by synchronizer Change-Id: Id7018394c70559eae0e424e1e231d8e70b0496de
diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon index 9079966..6e326dc 100644 --- a/containers/chameleon/Dockerfile.chameleon +++ b/containers/chameleon/Dockerfile.chameleon
@@ -13,7 +13,8 @@ # limitations under the License. # xosproject/chameleon -FROM xosproject/xos-base:2.1.57 + +FROM xosproject/xos-base:2.2.0 # xos-base already has protoc and dependencies installed