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 4b0162b + 082f516 commit 10bc5e0Copy full SHA for 10bc5e0
Dockerfile
@@ -22,7 +22,7 @@ RUN addgroup -gid 1000 piper && \
22
USER piper
23
WORKDIR ${USER_HOME}
24
25
-ARG MTA_PLUGIN_VERSION=3.0.1
+ARG MTA_PLUGIN_VERSION=3.0.2
26
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
27
ARG CSPUSH_PLUGIN_VERSION=1.3.2
28
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
0 commit comments