From 09daccd57ee00fa5d2490e6cc35eb592eec1d89f Mon Sep 17 00:00:00 2001 From: rishabhbohra-bito <157113574+rishabhbohra-bito@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:36:35 +0530 Subject: [PATCH] Update entrypoint.sh - test 1.4.5 --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5ffe8fd..045a239 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -74,8 +74,8 @@ done # Run the Docker container from the specified image if [ "$valid_command" = true ]; then - docker pull bitoai/cra:latest >&2 - exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $docker_cmd_args + docker pull bitoai/cra:1.4.5 >&2 + exec docker run bitoai/cra:1.4.5 --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $docker_cmd_args else echo "$INPUT_COMMAND is not supported" exit 0 # Exit the script with a non-zero status code