We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460555c commit 5133cd4Copy full SHA for 5133cd4
1 file changed
Dockerfile
@@ -24,7 +24,7 @@ RUN addgroup -gid 1000 piper && \
24
RUN curl --location --silent "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github" | tar -zx -C /usr/local/bin && \
25
cf --version
26
27
-RUN curl https://cli.btp.cloud.sap/btpcli-install.sh | bash && \
+RUN curl https://cli.btp.cloud.sap/btpcli-install.sh | bash -s -- -o /usr/local/bin -v latest && \
28
btp --version
29
30
USER piper
0 commit comments