From 777c934c3570b0a22027bd4f0e96bbb5fa72cf63 Mon Sep 17 00:00:00 2001 From: Kristian Atanasov Date: Wed, 18 Oct 2023 18:03:47 +0300 Subject: [PATCH] Update version of multiapps plugin to 3.1.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bb3bfc7..5c139bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ RUN addgroup -gid 1000 piper && \ USER piper WORKDIR ${USER_HOME} -ARG MTA_PLUGIN_VERSION=3.0.3 -ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64 +ARG MTA_PLUGIN_VERSION=3.1.1 +ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64 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