[SEBA-461][WIP] Adding xos-migrate to the XOS Toolchain
Change-Id: I3a6e2a86b804efe207e7a71109763b11ba9acdaa
diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon
index 43291f2..5889507 100644
--- a/containers/chameleon/Dockerfile.chameleon
+++ b/containers/chameleon/Dockerfile.chameleon
@@ -13,7 +13,7 @@
# limitations under the License.
# xosproject/chameleon
-FROM xosproject/xos-base:2.1.47
+FROM xosproject/xos-base:2.1.48
# xos-base already has protoc and dependencies installed
@@ -52,4 +52,3 @@
# Exposing process and default entry point
CMD ["python", "/chameleon/chameleon/main.py"]
-