Updated to cubetiq docker

This commit is contained in:
Sambo Chea 2021-07-14 17:10:48 +07:00
parent 116e65d151
commit a90ff6a108

View File

@ -15,7 +15,7 @@ then INPUT_SHELL=sh
fi
if [ -z $INPUT_IMAGE ];
then INPUT_IMAGE=docker
then INPUT_IMAGE=cubetiq/calpine-docker
fi
if [ -z $semicolon_delimited_script ];