From 0ee042373a6b8a5be505ce0616af3334b8fa5ae8 Mon Sep 17 00:00:00 2001 From: UzYav <38292887+Yavor16@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:08:24 +0300 Subject: [PATCH] Update version of multiapps plugin to 3.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d6c081..4177a2d 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.2 +ARG MTA_PLUGIN_VERSION=3.3.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