From a90ff6a10880279f60d300dc894c77694be5f10d Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 17:10:48 +0700 Subject: [PATCH] Updated to cubetiq docker --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7b0a403..8db5093 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 ];