From f4cd04ea9a4ecd2727d8c3e5a27d75d2e320a893 Mon Sep 17 00:00:00 2001 From: Kristian Atanasov Date: Wed, 8 Nov 2023 13:03:25 +0200 Subject: [PATCH] Update version of multiapps plugin to 3.2.1 Fixed random failures during MTA archive file upload or starting operation caused by wrong CSRF token handling. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 280353b..0c981f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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