From c29e11d1884d3c0d90db33e69f3086e7295fed46 Mon Sep 17 00:00:00 2001 From: Kristian Atanasov Date: Thu, 26 Oct 2023 15:24:41 +0300 Subject: [PATCH] Update version of multiapps plugin to 3.2.0 - Switch back to parallel file chunks upload - Disable progress bar for file upload by default --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c139bd..280353b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,9 @@ RUN addgroup -gid 1000 piper && \ USER piper WORKDIR ${USER_HOME} -ARG MTA_PLUGIN_VERSION=3.1.1 +ARG MTA_PLUGIN_VERSION=3.2.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 ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64