We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92d2abe + 77a8927 commit 2c3abbdCopy full SHA for 2c3abbd
Dockerfile
@@ -21,7 +21,7 @@ USER piper
21
WORKDIR ${USER_HOME}
22
23
ARG MTA_PLUGIN_VERSION=2.6.3
24
-ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/mta_plugin_linux_amd64
+ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
25
ARG CSPUSH_PLUGIN_VERSION=1.3.2
26
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
27
0 commit comments