Skip to content

Commit a2bd916

Browse files
Update entrypoint.sh
1 parent 2c7eb14 commit a2bd916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ done
3030

3131
# Run the Docker container from the specified image
3232
if [ "$valid_command" = true ]; then
33-
docker pull bitoai/cra:1.3.0 >&2
34-
exec docker run bitoai/cra:1.3.0 --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS
33+
docker pull bitoai/cra:latest >&2
34+
exec docker run bitoai/cra:latest --mode=cli --pr_url $INPUT_PR --command "$INPUT_COMMAND" rest $INPUT_OPTIONS
3535
else
3636
echo "$INPUT_COMMAND is not supported"
3737
exit 0 # Exit the script with a non-zero status code

0 commit comments

Comments
 (0)