Skip to content

Commit 6a28560

Browse files
author
Juan
committed
Update latest CLI release (2025)
1 parent 52fde50 commit 6a28560

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
# Default to 1.21.1 if APPTIM_CLI_VERSION not set.
3+
# Default to 1.22.21 if APPTIM_CLI_VERSION not set.
44
if [ -z "$APPTIM_CLI_VERSION" ]; then
5-
APPTIM_CLI_VERSION=1.21.11
5+
APPTIM_CLI_VERSION=1.22.21
66
fi
77

88
mkdir /tmp/apptim-cli

0 commit comments

Comments
 (0)