commit | 08d1040dd53111a51d245c7dc2f2101ff70b9a87 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Apr 08 16:19:59 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Apr 09 09:42:02 2019 -0700 |
tree | aa3b3060a8b307d8d4333c5477bbceee6d2a9fc2 | |
parent | 01537327aad38a7b05caf09a809f0207bc4cd3b8 [diff] [blame] |
SEBA-420 rename varchar to text; validation on max_length Change-Id: I71791d27024260572e552936d39cb1f07ddaab38
diff --git a/containers/chameleon/Dockerfile.chameleon b/containers/chameleon/Dockerfile.chameleon index 50bc364..e49fb23 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:3.1.0 +FROM xosproject/xos-base:3.2.0 # xos-base already has protoc and dependencies installed