Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit da86b0f

Browse files
authored
chore: update BTP CLI version (#546)
1 parent 605fa7c commit da86b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FROM base AS btp_cli
3232
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
3333
WORKDIR /tmp/tools
3434

35-
RUN BTP_CLI_VERSION="2.38.0" \
35+
RUN BTP_CLI_VERSION="2.49.0" \
3636
&& curl --fail --silent --location --cookie eula_3_1_agreed="$TOOLS_URL/developer-license-3_1.txt" \
3737
--url "https://$TOOLS_URL/additional/btp-cli-$ARCH-$BTP_CLI_VERSION.tar.gz" \
3838
| tar -xzf - --strip-components 1 "$ARCH/btp"

0 commit comments

Comments
 (0)