Skip to content

Commit

Permalink
Update version of multiapps plugin to 3.2.1
Browse files Browse the repository at this point in the history
Fixed random failures during MTA archive file upload or starting operation caused by wrong CSRF token handling.
  • Loading branch information
theghost5800 authored Nov 8, 2023
1 parent d8f40e2 commit f4cd04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN addgroup -gid 1000 piper && \
USER piper
WORKDIR ${USER_HOME}

ARG MTA_PLUGIN_VERSION=3.2.0
ARG MTA_PLUGIN_VERSION=3.2.1
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
Expand Down

0 comments on commit f4cd04e

Please sign in to comment.