From 1d3bd01dfadd03ec49cf8a314821d6b1511a4dee Mon Sep 17 00:00:00 2001 From: Stefan Yonkov <156345010+s-yonkov-yonkov@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:30:38 +0300 Subject: [PATCH] Update version of multiapps plugin to 3.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8aff7d..12a0379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN curl https://cli.btp.cloud.sap/btpcli-install.sh | bash -s -- -o "${INSTALL_ USER piper WORKDIR ${USER_HOME} -ARG MTA_PLUGIN_VERSION=3.5.0 +ARG MTA_PLUGIN_VERSION=3.6.0 ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64 ENV MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR=true ARG CSPUSH_PLUGIN_VERSION=1.3.2