diff --git a/entrypoint.sh b/entrypoint.sh index 8f4b9b5..c9b415e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 ];