Skip to content

Commit 2c3abbd

Browse files
authored
Merge pull request #42 from boyan-velinov/patch-1
Use up-to-date multiapps plugin name
2 parents 92d2abe + 77a8927 commit 2c3abbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ USER piper
2121
WORKDIR ${USER_HOME}
2222

2323
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
24+
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
2525
ARG CSPUSH_PLUGIN_VERSION=1.3.2
2626
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
2727

0 commit comments

Comments
 (0)