Skip to content

Commit c29e11d

Browse files
authored
Update version of multiapps plugin to 3.2.0
- Switch back to parallel file chunks upload - Disable progress bar for file upload by default
1 parent 39eb3e3 commit c29e11d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ RUN addgroup -gid 1000 piper && \
2626
USER piper
2727
WORKDIR ${USER_HOME}
2828

29-
ARG MTA_PLUGIN_VERSION=3.1.1
29+
ARG MTA_PLUGIN_VERSION=3.2.0
3030
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
31+
ENV MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR=true
3132
ARG CSPUSH_PLUGIN_VERSION=1.3.2
3233
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
3334

0 commit comments

Comments
 (0)