Fixed default docker image

This commit is contained in:
Sambo Chea 2021-07-14 16:02:29 +07:00
parent d705756718
commit 38a326ea3f

View File

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