Skip to content

Commit 5133cd4

Browse files
committed
Fixed installtion path and set version to latest
1 parent 460555c commit 5133cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN addgroup -gid 1000 piper && \
2424
RUN curl --location --silent "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github" | tar -zx -C /usr/local/bin && \
2525
cf --version
2626

27-
RUN curl https://cli.btp.cloud.sap/btpcli-install.sh | bash && \
27+
RUN curl https://cli.btp.cloud.sap/btpcli-install.sh | bash -s -- -o /usr/local/bin -v latest && \
2828
btp --version
2929

3030
USER piper

0 commit comments

Comments
 (0)